Html Css Color HEX #FFCADE Classic Rose

📋 copy color: '#FFCADE'

red 255 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #FFCADE

Tints of Classic Rose #FFCADE

RGB

 RED value IS 255 (100% from 255) = 37.56%

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

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

R = 37.56%
G = 29.75%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCADE (or 0xFFCADE) is known color: Classic Rose. HEX triplet: FF, CA and DE. RGB value is (255,202,222). Sum of RGB (Red+Green+Blue) = 255+202+222=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADE is #003521. Grayscale: #DCDCDC. Windows color (decimal): -13602 or 14600959. OLE color: 14600959.

HSL color Cylindrical-coordinate representation of color #FFCADE: hue angle of 337.36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCADE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 222 -
CMYK 0 0.21 0.13 0
HSL 337.36º 1% 0.9% -
HSV(B) 337.36º 0.21% 1% -
XYZ 75.55 68.77 78.4 -
YUV 220.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 255 202 222 0 0.21 0.13 0 337.36 1 0.9
Hex FF CA DE 0 15 D 0 151 64 5A
Octal 377 312 336 0 25 15 0 521 144 132
Binary 11111111 11001010 11011110 0 10101 1101 0 101010001 1100100 1011010

Color Harmonies of #FFCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCADE

Black with #FFCADE

Text Example


Text Example

White with #FFCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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