Html Css Color HEX #FFCAE5 Classic Rose

📋 copy color: '#FFCAE5'

red 255 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #FFCAE5

Tints of Classic Rose #FFCAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 37.17%
G = 29.45%
B = 33.38%

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

#FFCAE5 (or 0xFFCAE5) is known color: Classic Rose. HEX triplet: FF, CA and E5. RGB value is (255,202,229). Sum of RGB (Red+Green+Blue) = 255+202+229=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAE5 is #00351A. Grayscale: #DCDCDC. Windows color (decimal): -13595 or 15059711. OLE color: 15059711.

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

Color convert

RGB 255 202 229 -
CMYK 0 0.21 0.10 0
HSL 329.43º 1% 0.9% -
HSV(B) 329.43º 0.21% 1% -
XYZ 76.5 69.16 83.45 -
YUV 220.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 255 202 229 0 0.21 0.10 0 329.43 1 0.9
Hex FF CA E5 0 15 A 0 149 64 5A
Octal 377 312 345 0 25 12 0 511 144 132
Binary 11111111 11001010 11100101 0 10101 1010 0 101001001 1100100 1011010

Color Harmonies of #FFCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAE5

Black with #FFCAE5

Text Example


Text Example

White with #FFCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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