Html Css Color HEX #FFCAE8 Classic Rose

📋 copy color: '#FFCAE8'

red 255 ◦ green 202 ◦ blue 232

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

Shades of Classic Rose #FFCAE8

Tints of Classic Rose #FFCAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.67%

R = 37.01%
G = 29.32%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFCAE8 (or 0xFFCAE8) is known color: Classic Rose. HEX triplet: FF, CA and E8. RGB value is (255,202,232). Sum of RGB (Red+Green+Blue) = 255+202+232=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAE8 is #003517. Grayscale: #DDDDDD. Windows color (decimal): -13592 or 15256319. OLE color: 15256319.

HSL color Cylindrical-coordinate representation of color #FFCAE8: hue angle of 326.04º 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 #FFCAE8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 232 -
CMYK 0 0.21 0.09 0
HSL 326.04º 1% 0.9% -
HSV(B) 326.04º 0.21% 1% -
XYZ 76.93 69.33 85.67 -
YUV 221.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 255 202 232 0 0.21 0.09 0 326.04 1 0.9
Hex FF CA E8 0 15 9 0 146 64 5A
Octal 377 312 350 0 25 11 0 506 144 132
Binary 11111111 11001010 11101000 0 10101 1001 0 101000110 1100100 1011010

Color Harmonies of #FFCAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAE8

Black with #FFCAE8

Text Example


Text Example

White with #FFCAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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