Html Css Color HEX #FFCAE4 Classic Rose

📋 copy color: '#FFCAE4'

red 255 ◦ green 202 ◦ blue 228

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

Shades of Classic Rose #FFCAE4

Tints of Classic Rose #FFCAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.28%

R = 37.23%
G = 29.49%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFCAE4 (or 0xFFCAE4) is known color: Classic Rose. HEX triplet: FF, CA and E4. RGB value is (255,202,228). Sum of RGB (Red+Green+Blue) = 255+202+228=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAE4 is #00351B. Grayscale: #DCDCDC. Windows color (decimal): -13596 or 14994175. OLE color: 14994175.

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

Color convert

RGB 255 202 228 -
CMYK 0 0.21 0.11 0
HSL 330.57º 1% 0.9% -
HSV(B) 330.57º 0.21% 1% -
XYZ 76.36 69.1 82.71 -
YUV 220.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 255 202 228 0 0.21 0.11 0 330.57 1 0.9
Hex FF CA E4 0 15 B 0 14B 64 5A
Octal 377 312 344 0 25 13 0 513 144 132
Binary 11111111 11001010 11100100 0 10101 1011 0 101001011 1100100 1011010

Color Harmonies of #FFCAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAE4

Black with #FFCAE4

Text Example


Text Example

White with #FFCAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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