Html Css Color HEX #F0CAE1 Classic Rose

📋 copy color: '#F0CAE1'

red 240 ◦ green 202 ◦ blue 225

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

Shades of Classic Rose #F0CAE1

Tints of Classic Rose #F0CAE1

RGB

 RED value IS 240 (94.14% from 255) = 35.98%

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

 BLUE value IS 225 (88.28% from 255) = 33.73%

R = 35.98%
G = 30.28%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0CAE1 (or 0xF0CAE1) is known color: Classic Rose. HEX triplet: F0, CA and E1. RGB value is (240,202,225). Sum of RGB (Red+Green+Blue) = 240+202+225=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAE1 is #0F351E. Grayscale: #D7D7D7. Windows color (decimal): -996639 or 14797552. OLE color: 14797552.

HSL color Cylindrical-coordinate representation of color #F0CAE1: hue angle of 323.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CAE1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 225 -
CMYK 0 0.16 0.06 0.06
HSL 323.68º 0.56% 0.87% -
HSV(B) 323.68º 0.16% 0.94% -
XYZ 70.65 66.2 80.29 -
YUV 215.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 240 202 225 0 0.16 0.06 0.06 323.68 0.56 0.87
Hex F0 CA E1 0 10 6 6 144 38 57
Octal 360 312 341 0 20 6 6 504 70 127
Binary 11110000 11001010 11100001 0 10000 110 110 101000100 111000 1010111

Color Harmonies of #F0CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAE1

Black with #F0CAE1

Text Example


Text Example

White with #F0CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAE1; }

 p { color: rgb(240,202,225); }

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

background-color css

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

 a { background-color: rgb(240,202,225); }

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

border-color css

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

 span { border-color: rgb(240,202,225); }

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