Html Css Color HEX #F4B2E2 Lavender Rose

📋 copy color: '#F4B2E2'

red 244 ◦ green 178 ◦ blue 226

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

Shades of Lavender Rose #F4B2E2

Tints of Lavender Rose #F4B2E2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.47%

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 37.65%
G = 27.47%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F4B2E2 (or 0xF4B2E2) is known color: Lavender Rose. HEX triplet: F4, B2 and E2. RGB value is (244,178,226). Sum of RGB (Red+Green+Blue) = 244+178+226=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2E2 is #0B4D1D. Grayscale: #CBCBCB. Windows color (decimal): -740638 or 14856948. OLE color: 14856948.

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

Color convert

RGB 244 178 226 -
CMYK 0 0.27 0.07 0.04
HSL 316.36º 0.75% 0.83% -
HSV(B) 316.36º 0.27% 0.96% -
XYZ 66.96 56.56 79.34 -
YUV 203.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 244 178 226 0 0.27 0.07 0.04 316.36 0.75 0.83
Hex F4 B2 E2 0 1B 7 4 13C 4B 53
Octal 364 262 342 0 33 7 4 474 113 123
Binary 11110100 10110010 11100010 0 11011 111 100 100111100 1001011 1010011

Color Harmonies of #F4B2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B2E2

Black with #F4B2E2

Text Example


Text Example

White with #F4B2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B2E2; }

 p { color: rgb(244,178,226); }

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

background-color css

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

 a { background-color: rgb(244,178,226); }

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

border-color css

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

 span { border-color: rgb(244,178,226); }

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