Html Css Color HEX #F4B0DE Lavender Rose

📋 copy color: '#F4B0DE'

red 244 ◦ green 176 ◦ blue 222

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

Shades of Lavender Rose #F4B0DE

Tints of Lavender Rose #F4B0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.41%

 BLUE value IS 222 (87.11% from 255) = 34.58%

R = 38.01%
G = 27.41%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F4B0DE (or 0xF4B0DE) is known color: Lavender Rose. HEX triplet: F4, B0 and DE. RGB value is (244,176,222). Sum of RGB (Red+Green+Blue) = 244+176+222=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0DE is #0B4F21. Grayscale: #C9C9C9. Windows color (decimal): -741154 or 14594292. OLE color: 14594292.

HSL color Cylindrical-coordinate representation of color #F4B0DE: hue angle of 319.41º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0DE is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 222 -
CMYK 0 0.28 0.09 0.04
HSL 319.41º 0.76% 0.82% -
HSV(B) 319.41º 0.28% 0.96% -
XYZ 66.02 55.56 76.35 -
YUV 201.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 244 176 222 0 0.28 0.09 0.04 319.41 0.76 0.82
Hex F4 B0 DE 0 1C 9 4 13F 4C 52
Octal 364 260 336 0 34 11 4 477 114 122
Binary 11110100 10110000 11011110 0 11100 1001 100 100111111 1001100 1010010

Color Harmonies of #F4B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0DE

Black with #F4B0DE

Text Example


Text Example

White with #F4B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0DE; }

 p { color: rgb(244,176,222); }

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

background-color css

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

 a { background-color: rgb(244,176,222); }

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

border-color css

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

 span { border-color: rgb(244,176,222); }

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