Html Css Color HEX #F5CADE Classic Rose

📋 copy color: '#F5CADE'

red 245 ◦ green 202 ◦ blue 222

#F5CADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F5CADE

Tints of Classic Rose #F5CADE

RGB

 RED value IS 245 (96.09% from 255) = 36.62%

 GREEN value IS 202 (79.3% from 255) = 30.19%

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 36.62%
G = 30.19%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F5CADE (or 0xF5CADE) is known color: Classic Rose. HEX triplet: F5, CA and DE. RGB value is (245,202,222). Sum of RGB (Red+Green+Blue) = 245+202+222=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADE is #0A3521. Grayscale: #D9D9D9. Windows color (decimal): -668962 or 14600949. OLE color: 14600949.

HSL color Cylindrical-coordinate representation of color #F5CADE: hue angle of 332.09º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CADE is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 222 -
CMYK 0 0.18 0.09 0.04
HSL 332.09º 0.68% 0.88% -
HSV(B) 332.09º 0.18% 0.96% -
XYZ 71.96 66.93 78.23 -
YUV 217.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 245 202 222 0 0.18 0.09 0.04 332.09 0.68 0.88
Hex F5 CA DE 0 12 9 4 14C 44 58
Octal 365 312 336 0 22 11 4 514 104 130
Binary 11110101 11001010 11011110 0 10010 1001 100 101001100 1000100 1011000

Color Harmonies of #F5CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CADE

Black with #F5CADE

Text Example


Text Example

White with #F5CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CADE; }

 p { color: rgb(245,202,222); }

 H1.HeaderClassName
 {
   color: #F5CADE;
 }
 .AnyTagClassName
 {
   color: #F5CADE;
 }
</style>

background-color css

<style>
 a { background-color: #F5CADE; }

 a { background-color: rgb(245,202,222); }

 div.DivClassName
 {
   background-color: #F5CADE;
 }
 .BgClassName
 {
   background-color: #F5CADE;
 }
</style>

border-color css

<style>
 span { border-color: #F5CADE; }

 span { border-color: rgb(245,202,222); }

 td.TdClassName
 {
   border-color: #F5CADE;
 }
 .TagClassName
 {
   border-color: #F5CADE;
 }
</style>