Html Css Color HEX #FBB4F0 Lavender Rose

📋 copy color: '#FBB4F0'

red 251 ◦ green 180 ◦ blue 240

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

Shades of Lavender Rose #FBB4F0

Tints of Lavender Rose #FBB4F0

RGB

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

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

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

R = 37.41%
G = 26.83%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBB4F0 (or 0xFBB4F0) is known color: Lavender Rose. HEX triplet: FB, B4 and F0. RGB value is (251,180,240). Sum of RGB (Red+Green+Blue) = 251+180+240=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F0 is #044B0F. Grayscale: #CFCFCF. Windows color (decimal): -281360 or 15774971. OLE color: 15774971.

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

Color convert

RGB 251 180 240 -
CMYK 0 0.28 0.04 0.02
HSL 309.3º 0.9% 0.85% -
HSV(B) 309.3º 0.28% 0.98% -
XYZ 71.83 59.44 90.13 -
YUV 208.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 251 180 240 0 0.28 0.04 0.02 309.3 0.9 0.85
Hex FB B4 F0 0 1C 4 2 135 5A 55
Octal 373 264 360 0 34 4 2 465 132 125
Binary 11111011 10110100 11110000 0 11100 100 10 100110101 1011010 1010101

Color Harmonies of #FBB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4F0

Black with #FBB4F0

Text Example


Text Example

White with #FBB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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