Html Css Color HEX #FBB2EB Lavender Rose

📋 copy color: '#FBB2EB'

red 251 ◦ green 178 ◦ blue 235

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

Shades of Lavender Rose #FBB2EB

Tints of Lavender Rose #FBB2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 37.8%
G = 26.81%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBB2EB (or 0xFBB2EB) is known color: Lavender Rose. HEX triplet: FB, B2 and EB. RGB value is (251,178,235). Sum of RGB (Red+Green+Blue) = 251+178+235=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EB is #044D14. Grayscale: #CECECE. Windows color (decimal): -281877 or 15446779. OLE color: 15446779.

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

Color convert

RGB 251 178 235 -
CMYK 0 0.29 0.06 0.02
HSL 313.15º 0.9% 0.84% -
HSV(B) 313.15º 0.29% 0.98% -
XYZ 70.7 58.35 86.13 -
YUV 206.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 251 178 235 0 0.29 0.06 0.02 313.15 0.9 0.84
Hex FB B2 EB 0 1D 6 2 139 5A 54
Octal 373 262 353 0 35 6 2 471 132 124
Binary 11111011 10110010 11101011 0 11101 110 10 100111001 1011010 1010100

Color Harmonies of #FBB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2EB

Black with #FBB2EB

Text Example


Text Example

White with #FBB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2EB; }

 p { color: rgb(251,178,235); }

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

background-color css

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

 a { background-color: rgb(251,178,235); }

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

border-color css

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

 span { border-color: rgb(251,178,235); }

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