Html Css Color HEX #F4B5ED Lavender Rose

📋 copy color: '#F4B5ED'

red 244 ◦ green 181 ◦ blue 237

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

Shades of Lavender Rose #F4B5ED

Tints of Lavender Rose #F4B5ED

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.34%

 BLUE value IS 237 (92.97% from 255) = 35.8%

R = 36.86%
G = 27.34%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F4B5ED (or 0xF4B5ED) is known color: Lavender Rose. HEX triplet: F4, B5 and ED. RGB value is (244,181,237). Sum of RGB (Red+Green+Blue) = 244+181+237=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B5ED is #0B4A12. Grayscale: #CECECE. Windows color (decimal): -739859 or 15578612. OLE color: 15578612.

HSL color Cylindrical-coordinate representation of color #F4B5ED: hue angle of 306.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5ED is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 181 237 -
CMYK 0 0.26 0.03 0.04
HSL 306.67º 0.74% 0.83% -
HSV(B) 306.67º 0.26% 0.96% -
XYZ 69.12 58.4 87.75 -
YUV 206.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 244 181 237 0 0.26 0.03 0.04 306.67 0.74 0.83
Hex F4 B5 ED 0 1A 3 4 133 4A 53
Octal 364 265 355 0 32 3 4 463 112 123
Binary 11110100 10110101 11101101 0 11010 11 100 100110011 1001010 1010011

Color Harmonies of #F4B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B5ED

Black with #F4B5ED

Text Example


Text Example

White with #F4B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B5ED; }

 p { color: rgb(244,181,237); }

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

background-color css

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

 a { background-color: rgb(244,181,237); }

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

border-color css

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

 span { border-color: rgb(244,181,237); }

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