Html Css Color HEX #FBB0EA Lavender Rose

📋 copy color: '#FBB0EA'

red 251 ◦ green 176 ◦ blue 234

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

Shades of Lavender Rose #FBB0EA

Tints of Lavender Rose #FBB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.63%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 37.97%
G = 26.63%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBB0EA (or 0xFBB0EA) is known color: Lavender Rose. HEX triplet: FB, B0 and EA. RGB value is (251,176,234). Sum of RGB (Red+Green+Blue) = 251+176+234=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0EA is #044F15. Grayscale: #CCCCCC. Windows color (decimal): -282390 or 15380731. OLE color: 15380731.

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

Color convert

RGB 251 176 234 -
CMYK 0 0.30 0.07 0.02
HSL 313.6º 0.9% 0.84% -
HSV(B) 313.6º 0.3% 0.98% -
XYZ 70.16 57.5 85.24 -
YUV 205.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 251 176 234 0 0.30 0.07 0.02 313.6 0.9 0.84
Hex FB B0 EA 0 1E 7 2 13A 5A 54
Octal 373 260 352 0 36 7 2 472 132 124
Binary 11111011 10110000 11101010 0 11110 111 10 100111010 1011010 1010100

Color Harmonies of #FBB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0EA

Black with #FBB0EA

Text Example


Text Example

White with #FBB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0EA; }

 p { color: rgb(251,176,234); }

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

background-color css

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

 a { background-color: rgb(251,176,234); }

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

border-color css

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

 span { border-color: rgb(251,176,234); }

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