Html Css Color HEX #FBB4F4 Lavender Rose

📋 copy color: '#FBB4F4'

red 251 ◦ green 180 ◦ blue 244

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

Shades of Lavender Rose #FBB4F4

Tints of Lavender Rose #FBB4F4

RGB

 RED value IS 251 (98.44% from 255) = 37.19%

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

 BLUE value IS 244 (95.7% from 255) = 36.15%

R = 37.19%
G = 26.67%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBB4F4 (or 0xFBB4F4) is known color: Lavender Rose. HEX triplet: FB, B4 and F4. RGB value is (251,180,244). Sum of RGB (Red+Green+Blue) = 251+180+244=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F4 is #044B0B. Grayscale: #D0D0D0. Windows color (decimal): -281356 or 16037115. OLE color: 16037115.

HSL color Cylindrical-coordinate representation of color #FBB4F4: hue angle of 305.92º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4F4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 180 244 -
CMYK 0 0.28 0.03 0.02
HSL 305.92º 0.9% 0.85% -
HSV(B) 305.92º 0.28% 0.98% -
XYZ 72.43 59.68 93.29 -
YUV 208.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 251 180 244 0 0.28 0.03 0.02 305.92 0.9 0.85
Hex FB B4 F4 0 1C 3 2 132 5A 55
Octal 373 264 364 0 34 3 2 462 132 125
Binary 11111011 10110100 11110100 0 11100 11 10 100110010 1011010 1010101

Color Harmonies of #FBB4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4F4

Black with #FBB4F4

Text Example


Text Example

White with #FBB4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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