Html Css Color HEX #F4B2F0 Lavender Rose

📋 copy color: '#F4B2F0'

red 244 ◦ green 178 ◦ blue 240

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

Shades of Lavender Rose #F4B2F0

Tints of Lavender Rose #F4B2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 36.86%
G = 26.89%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F4B2F0 (or 0xF4B2F0) is known color: Lavender Rose. HEX triplet: F4, B2 and F0. RGB value is (244,178,240). Sum of RGB (Red+Green+Blue) = 244+178+240=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B2F0 is #0B4D0F. Grayscale: #CCCCCC. Windows color (decimal): -740624 or 15774452. OLE color: 15774452.

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

Color convert

RGB 244 178 240 -
CMYK 0 0.27 0.02 0.04
HSL 303.64º 0.75% 0.83% -
HSV(B) 303.64º 0.27% 0.96% -
XYZ 68.96 57.37 89.88 -
YUV 204.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 244 178 240 0 0.27 0.02 0.04 303.64 0.75 0.83
Hex F4 B2 F0 0 1B 2 4 130 4B 53
Octal 364 262 360 0 33 2 4 460 113 123
Binary 11110100 10110010 11110000 0 11011 10 100 100110000 1001011 1010011

Color Harmonies of #F4B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B2F0

Black with #F4B2F0

Text Example


Text Example

White with #F4B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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