Html Css Color HEX #F4B4ED Lavender Rose

📋 copy color: '#F4B4ED'

red 244 ◦ green 180 ◦ blue 237

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

Shades of Lavender Rose #F4B4ED

Tints of Lavender Rose #F4B4ED

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.23%

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

R = 36.91%
G = 27.23%
B = 35.85%

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

#F4B4ED (or 0xF4B4ED) is known color: Lavender Rose. HEX triplet: F4, B4 and ED. RGB value is (244,180,237). Sum of RGB (Red+Green+Blue) = 244+180+237=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 180 (70.70% from 255 or 27.23% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B4ED is #0B4B12. Grayscale: #CDCDCD. Windows color (decimal): -740115 or 15578356. OLE color: 15578356.

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

Color convert

RGB 244 180 237 -
CMYK 0 0.26 0.03 0.04
HSL 306.56º 0.74% 0.83% -
HSV(B) 306.56º 0.26% 0.96% -
XYZ 68.92 57.99 87.68 -
YUV 205.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 244 180 237 0 0.26 0.03 0.04 306.56 0.74 0.83
Hex F4 B4 ED 0 1A 3 4 133 4A 53
Octal 364 264 355 0 32 3 4 463 112 123
Binary 11110100 10110100 11101101 0 11010 11 100 100110011 1001010 1010011

Color Harmonies of #F4B4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B4ED

Black with #F4B4ED

Text Example


Text Example

White with #F4B4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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