Html Css Color HEX #F4CAE2 Classic Rose

📋 copy color: '#F4CAE2'

red 244 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #F4CAE2

Tints of Classic Rose #F4CAE2

RGB

 RED value IS 244 (95.7% from 255) = 36.31%

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

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 36.31%
G = 30.06%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F4CAE2 (or 0xF4CAE2) is known color: Classic Rose. HEX triplet: F4, CA and E2. RGB value is (244,202,226). Sum of RGB (Red+Green+Blue) = 244+202+226=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAE2 is #0B351D. Grayscale: #D9D9D9. Windows color (decimal): -734494 or 14863092. OLE color: 14863092.

HSL color Cylindrical-coordinate representation of color #F4CAE2: hue angle of 325.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CAE2 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 226 -
CMYK 0 0.17 0.07 0.04
HSL 325.71º 0.66% 0.87% -
HSV(B) 325.71º 0.17% 0.96% -
XYZ 72.16 66.97 81.07 -
YUV 217.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 244 202 226 0 0.17 0.07 0.04 325.71 0.66 0.87
Hex F4 CA E2 0 11 7 4 146 42 57
Octal 364 312 342 0 21 7 4 506 102 127
Binary 11110100 11001010 11100010 0 10001 111 100 101000110 1000010 1010111

Color Harmonies of #F4CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAE2

Black with #F4CAE2

Text Example


Text Example

White with #F4CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CAE2; }

 p { color: rgb(244,202,226); }

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

background-color css

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

 a { background-color: rgb(244,202,226); }

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

border-color css

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

 span { border-color: rgb(244,202,226); }

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