Html Css Color HEX #FBB1F0 Lavender Rose

📋 copy color: '#FBB1F0'

red 251 ◦ green 177 ◦ blue 240

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

Shades of Lavender Rose #FBB1F0

Tints of Lavender Rose #FBB1F0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.5%

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

R = 37.57%
G = 26.5%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBB1F0 (or 0xFBB1F0) is known color: Lavender Rose. HEX triplet: FB, B1 and F0. RGB value is (251,177,240). Sum of RGB (Red+Green+Blue) = 251+177+240=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1F0 is #044E0F. Grayscale: #CECECE. Windows color (decimal): -282128 or 15774203. OLE color: 15774203.

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

Color convert

RGB 251 177 240 -
CMYK 0 0.29 0.04 0.02
HSL 308.92º 0.9% 0.84% -
HSV(B) 308.92º 0.29% 0.98% -
XYZ 71.23 58.24 89.93 -
YUV 206.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 251 177 240 0 0.29 0.04 0.02 308.92 0.9 0.84
Hex FB B1 F0 0 1D 4 2 135 5A 54
Octal 373 261 360 0 35 4 2 465 132 124
Binary 11111011 10110001 11110000 0 11101 100 10 100110101 1011010 1010100

Color Harmonies of #FBB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1F0

Black with #FBB1F0

Text Example


Text Example

White with #FBB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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