Html Css Color HEX #FBBFEE Lavender Rose

📋 copy color: '#FBBFEE'

red 251 ◦ green 191 ◦ blue 238

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

Shades of Lavender Rose #FBBFEE

Tints of Lavender Rose #FBBFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.09%

 BLUE value IS 238 (93.36% from 255) = 35%

R = 36.91%
G = 28.09%
B = 35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBBFEE (or 0xFBBFEE) is known color: Lavender Rose. HEX triplet: FB, BF and EE. RGB value is (251,191,238). Sum of RGB (Red+Green+Blue) = 251+191+238=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFEE is #044011. Grayscale: #D6D6D6. Windows color (decimal): -278546 or 15646715. OLE color: 15646715.

HSL color Cylindrical-coordinate representation of color #FBBFEE: hue angle of 313º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFEE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 191 238 -
CMYK 0 0.24 0.05 0.02
HSL 313º 0.88% 0.87% -
HSV(B) 313º 0.24% 0.98% -
XYZ 73.85 63.94 89.34 -
YUV 214.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 251 191 238 0 0.24 0.05 0.02 313 0.88 0.87
Hex FB BF EE 0 18 5 2 139 58 57
Octal 373 277 356 0 30 5 2 471 130 127
Binary 11111011 10111111 11101110 0 11000 101 10 100111001 1011000 1010111

Color Harmonies of #FBBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFEE

Black with #FBBFEE

Text Example


Text Example

White with #FBBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFEE; }

 p { color: rgb(251,191,238); }

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

background-color css

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

 a { background-color: rgb(251,191,238); }

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

border-color css

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

 span { border-color: rgb(251,191,238); }

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