Html Css Color HEX #F4D0E5 Classic Rose

📋 copy color: '#F4D0E5'

red 244 ◦ green 208 ◦ blue 229

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

Shades of Classic Rose #F4D0E5

Tints of Classic Rose #F4D0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.63%

R = 35.83%
G = 30.54%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F4D0E5 (or 0xF4D0E5) is known color: Classic Rose. HEX triplet: F4, D0 and E5. RGB value is (244,208,229). Sum of RGB (Red+Green+Blue) = 244+208+229=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D0E5 is #0B2F1A. Grayscale: #DDDDDD. Windows color (decimal): -732955 or 15061236. OLE color: 15061236.

HSL color Cylindrical-coordinate representation of color #F4D0E5: hue angle of 325º 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 #F4D0E5 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 229 -
CMYK 0 0.15 0.06 0.04
HSL 325º 0.62% 0.89% -
HSV(B) 325º 0.15% 0.96% -
XYZ 74.01 70 83.74 -
YUV 221.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 244 208 229 0 0.15 0.06 0.04 325 0.62 0.89
Hex F4 D0 E5 0 F 6 4 145 3E 59
Octal 364 320 345 0 17 6 4 505 76 131
Binary 11110100 11010000 11100101 0 1111 110 100 101000101 111110 1011001

Color Harmonies of #F4D0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D0E5

Black with #F4D0E5

Text Example


Text Example

White with #F4D0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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