Html Css Color HEX #FBB2E8 Lavender Rose

📋 copy color: '#FBB2E8'

red 251 ◦ green 178 ◦ blue 232

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

Shades of Lavender Rose #FBB2E8

Tints of Lavender Rose #FBB2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.1%

R = 37.97%
G = 26.93%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBB2E8 (or 0xFBB2E8) is known color: Lavender Rose. HEX triplet: FB, B2 and E8. RGB value is (251,178,232). Sum of RGB (Red+Green+Blue) = 251+178+232=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 178 (69.92% from 255 or 26.93% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2E8 is #044D17. Grayscale: #CDCDCD. Windows color (decimal): -281880 or 15250171. OLE color: 15250171.

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

Color convert

RGB 251 178 232 -
CMYK 0 0.29 0.08 0.02
HSL 315.62º 0.9% 0.84% -
HSV(B) 315.62º 0.29% 0.98% -
XYZ 70.27 58.18 83.87 -
YUV 205.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 251 178 232 0 0.29 0.08 0.02 315.62 0.9 0.84
Hex FB B2 E8 0 1D 8 2 13C 5A 54
Octal 373 262 350 0 35 10 2 474 132 124
Binary 11111011 10110010 11101000 0 11101 1000 10 100111100 1011010 1010100

Color Harmonies of #FBB2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2E8

Black with #FBB2E8

Text Example


Text Example

White with #FBB2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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