Html Css Color HEX #FFCAE6 Classic Rose

📋 copy color: '#FFCAE6'

red 255 ◦ green 202 ◦ blue 230

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

Shades of Classic Rose #FFCAE6

Tints of Classic Rose #FFCAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 37.12%
G = 29.4%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFCAE6 (or 0xFFCAE6) is known color: Classic Rose. HEX triplet: FF, CA and E6. RGB value is (255,202,230). Sum of RGB (Red+Green+Blue) = 255+202+230=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAE6 is #003519. Grayscale: #DCDCDC. Windows color (decimal): -13594 or 15125247. OLE color: 15125247.

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

Color convert

RGB 255 202 230 -
CMYK 0 0.21 0.10 0
HSL 328.3º 1% 0.9% -
HSV(B) 328.3º 0.21% 1% -
XYZ 76.64 69.21 84.18 -
YUV 221.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 255 202 230 0 0.21 0.10 0 328.3 1 0.9
Hex FF CA E6 0 15 A 0 148 64 5A
Octal 377 312 346 0 25 12 0 510 144 132
Binary 11111111 11001010 11100110 0 10101 1010 0 101001000 1100100 1011010

Color Harmonies of #FFCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAE6

Black with #FFCAE6

Text Example


Text Example

White with #FFCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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