Html Css Color HEX #FBB6F4 Lavender Rose

📋 copy color: '#FBB6F4'

red 251 ◦ green 182 ◦ blue 244

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

Shades of Lavender Rose #FBB6F4

Tints of Lavender Rose #FBB6F4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.88%

 BLUE value IS 244 (95.7% from 255) = 36.04%

R = 37.08%
G = 26.88%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBB6F4 (or 0xFBB6F4) is known color: Lavender Rose. HEX triplet: FB, B6 and F4. RGB value is (251,182,244). Sum of RGB (Red+Green+Blue) = 251+182+244=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 182 (71.48% from 255 or 26.88% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F4 is #04490B. Grayscale: #D1D1D1. Windows color (decimal): -280844 or 16037627. OLE color: 16037627.

HSL color Cylindrical-coordinate representation of color #FBB6F4: hue angle of 306.09º degrees, saturation: 0.9, 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 #FBB6F4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 182 244 -
CMYK 0 0.27 0.03 0.02
HSL 306.09º 0.9% 0.85% -
HSV(B) 306.09º 0.27% 0.98% -
XYZ 72.84 60.5 93.43 -
YUV 209.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 251 182 244 0 0.27 0.03 0.02 306.09 0.9 0.85
Hex FB B6 F4 0 1B 3 2 132 5A 55
Octal 373 266 364 0 33 3 2 462 132 125
Binary 11111011 10110110 11110100 0 11011 11 10 100110010 1011010 1010101

Color Harmonies of #FBB6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6F4

Black with #FBB6F4

Text Example


Text Example

White with #FBB6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6F4; }

 p { color: rgb(251,182,244); }

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

background-color css

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

 a { background-color: rgb(251,182,244); }

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

border-color css

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

 span { border-color: rgb(251,182,244); }

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