Html Css Color HEX #FBB3E7 Lavender Rose

📋 copy color: '#FBB3E7'

red 251 ◦ green 179 ◦ blue 231

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

Shades of Lavender Rose #FBB3E7

Tints of Lavender Rose #FBB3E7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.08%

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

R = 37.97%
G = 27.08%
B = 34.95%

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

#FBB3E7 (or 0xFBB3E7) is known color: Lavender Rose. HEX triplet: FB, B3 and E7. RGB value is (251,179,231). Sum of RGB (Red+Green+Blue) = 251+179+231=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3E7 is #044C18. Grayscale: #CECECE. Windows color (decimal): -281625 or 15184891. OLE color: 15184891.

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

Color convert

RGB 251 179 231 -
CMYK 0 0.29 0.08 0.02
HSL 316.67º 0.9% 0.84% -
HSV(B) 316.67º 0.29% 0.98% -
XYZ 70.33 58.52 83.19 -
YUV 206.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 251 179 231 0 0.29 0.08 0.02 316.67 0.9 0.84
Hex FB B3 E7 0 1D 8 2 13D 5A 54
Octal 373 263 347 0 35 10 2 475 132 124
Binary 11111011 10110011 11100111 0 11101 1000 10 100111101 1011010 1010100

Color Harmonies of #FBB3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB3E7

Black with #FBB3E7

Text Example


Text Example

White with #FBB3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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