Html Css Color HEX #FBB4E7 Lavender Rose

📋 copy color: '#FBB4E7'

red 251 ◦ green 180 ◦ blue 231

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

Shades of Lavender Rose #FBB4E7

Tints of Lavender Rose #FBB4E7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.19%

 BLUE value IS 231 (90.63% from 255) = 34.89%

R = 37.92%
G = 27.19%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBB4E7 (or 0xFBB4E7) is known color: Lavender Rose. HEX triplet: FB, B4 and E7. RGB value is (251,180,231). Sum of RGB (Red+Green+Blue) = 251+180+231=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4E7 is #044B18. Grayscale: #CECECE. Windows color (decimal): -281369 or 15185147. OLE color: 15185147.

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

Color convert

RGB 251 180 231 -
CMYK 0 0.28 0.08 0.02
HSL 316.9º 0.9% 0.85% -
HSV(B) 316.9º 0.28% 0.98% -
XYZ 70.53 58.92 83.26 -
YUV 207.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 251 180 231 0 0.28 0.08 0.02 316.9 0.9 0.85
Hex FB B4 E7 0 1C 8 2 13D 5A 55
Octal 373 264 347 0 34 10 2 475 132 125
Binary 11111011 10110100 11100111 0 11100 1000 10 100111101 1011010 1010101

Color Harmonies of #FBB4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4E7

Black with #FBB4E7

Text Example


Text Example

White with #FBB4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4E7; }

 p { color: rgb(251,180,231); }

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

background-color css

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

 a { background-color: rgb(251,180,231); }

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

border-color css

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

 span { border-color: rgb(251,180,231); }

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