Html Css Color HEX #F4CFEA Classic Rose

📋 copy color: '#F4CFEA'

red 244 ◦ green 207 ◦ blue 234

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

Shades of Classic Rose #F4CFEA

Tints of Classic Rose #F4CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.22%

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

R = 35.62%
G = 30.22%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F4CFEA (or 0xF4CFEA) is known color: Classic Rose. HEX triplet: F4, CF and EA. RGB value is (244,207,234). Sum of RGB (Red+Green+Blue) = 244+207+234=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFEA is #0B3015. Grayscale: #DDDDDD. Windows color (decimal): -733206 or 15388660. OLE color: 15388660.

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

Color convert

RGB 244 207 234 -
CMYK 0 0.15 0.04 0.04
HSL 316.22º 0.63% 0.88% -
HSV(B) 316.22º 0.15% 0.96% -
XYZ 74.47 69.8 87.39 -
YUV 221.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 244 207 234 0 0.15 0.04 0.04 316.22 0.63 0.88
Hex F4 CF EA 0 F 4 4 13C 3F 58
Octal 364 317 352 0 17 4 4 474 77 130
Binary 11110100 11001111 11101010 0 1111 100 100 100111100 111111 1011000

Color Harmonies of #F4CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFEA

Black with #F4CFEA

Text Example


Text Example

White with #F4CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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