Html Css Color HEX #F4CCEA Classic Rose

📋 copy color: '#F4CCEA'

red 244 ◦ green 204 ◦ blue 234

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

Shades of Classic Rose #F4CCEA

Tints of Classic Rose #F4CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.91%

 BLUE value IS 234 (91.8% from 255) = 34.31%

R = 35.78%
G = 29.91%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F4CCEA (or 0xF4CCEA) is known color: Classic Rose. HEX triplet: F4, CC and EA. RGB value is (244,204,234). Sum of RGB (Red+Green+Blue) = 244+204+234=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCEA is #0B3315. Grayscale: #DBDBDB. Windows color (decimal): -733974 or 15387892. OLE color: 15387892.

HSL color Cylindrical-coordinate representation of color #F4CCEA: hue angle of 315º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCEA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 204 234 -
CMYK 0 0.16 0.04 0.04
HSL 315º 0.65% 0.88% -
HSV(B) 315º 0.16% 0.96% -
XYZ 73.75 68.36 87.15 -
YUV 219.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 244 204 234 0 0.16 0.04 0.04 315 0.65 0.88
Hex F4 CC EA 0 10 4 4 13B 41 58
Octal 364 314 352 0 20 4 4 473 101 130
Binary 11110100 11001100 11101010 0 10000 100 100 100111011 1000001 1011000

Color Harmonies of #F4CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CCEA

Black with #F4CCEA

Text Example


Text Example

White with #F4CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CCEA; }

 p { color: rgb(244,204,234); }

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

background-color css

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

 a { background-color: rgb(244,204,234); }

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

border-color css

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

 span { border-color: rgb(244,204,234); }

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