Html Css Color HEX #F4D0EA Classic Rose

📋 copy color: '#F4D0EA'

red 244 ◦ green 208 ◦ blue 234

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

Shades of Classic Rose #F4D0EA

Tints of Classic Rose #F4D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.32%

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

R = 35.57%
G = 30.32%
B = 34.11%

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

#F4D0EA (or 0xF4D0EA) is known color: Classic Rose. HEX triplet: F4, D0 and EA. RGB value is (244,208,234). Sum of RGB (Red+Green+Blue) = 244+208+234=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D0EA is #0B2F15. Grayscale: #DDDDDD. Windows color (decimal): -732950 or 15388916. OLE color: 15388916.

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

Color convert

RGB 244 208 234 -
CMYK 0 0.15 0.04 0.04
HSL 316.67º 0.62% 0.89% -
HSV(B) 316.67º 0.15% 0.96% -
XYZ 74.72 70.29 87.47 -
YUV 221.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 244 208 234 0 0.15 0.04 0.04 316.67 0.62 0.89
Hex F4 D0 EA 0 F 4 4 13D 3E 59
Octal 364 320 352 0 17 4 4 475 76 131
Binary 11110100 11010000 11101010 0 1111 100 100 100111101 111110 1011001

Color Harmonies of #F4D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D0EA

Black with #F4D0EA

Text Example


Text Example

White with #F4D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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