Html Css Color HEX #FBB7EA Lavender Rose

📋 copy color: '#FBB7EA'

red 251 ◦ green 183 ◦ blue 234

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

Shades of Lavender Rose #FBB7EA

Tints of Lavender Rose #FBB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.4%

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

R = 37.57%
G = 27.4%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBB7EA (or 0xFBB7EA) is known color: Lavender Rose. HEX triplet: FB, B7 and EA. RGB value is (251,183,234). Sum of RGB (Red+Green+Blue) = 251+183+234=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7EA is #044815. Grayscale: #D1D1D1. Windows color (decimal): -280598 or 15382523. OLE color: 15382523.

HSL color Cylindrical-coordinate representation of color #FBB7EA: hue angle of 315º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7EA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 183 234 -
CMYK 0 0.27 0.07 0.02
HSL 315º 0.89% 0.85% -
HSV(B) 315º 0.27% 0.98% -
XYZ 71.57 60.32 85.71 -
YUV 209.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 251 183 234 0 0.27 0.07 0.02 315 0.89 0.85
Hex FB B7 EA 0 1B 7 2 13B 59 55
Octal 373 267 352 0 33 7 2 473 131 125
Binary 11111011 10110111 11101010 0 11011 111 10 100111011 1011001 1010101

Color Harmonies of #FBB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB7EA

Black with #FBB7EA

Text Example


Text Example

White with #FBB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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