Html Css Color HEX #FBB6F2 Lavender Rose

📋 copy color: '#FBB6F2'

red 251 ◦ green 182 ◦ blue 242

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

Shades of Lavender Rose #FBB6F2

Tints of Lavender Rose #FBB6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 37.19%
G = 26.96%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBB6F2 (or 0xFBB6F2) is known color: Lavender Rose. HEX triplet: FB, B6 and F2. RGB value is (251,182,242). Sum of RGB (Red+Green+Blue) = 251+182+242=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F2 is #04490D. Grayscale: #D1D1D1. Windows color (decimal): -280846 or 15906555. OLE color: 15906555.

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

Color convert

RGB 251 182 242 -
CMYK 0 0.27 0.04 0.02
HSL 307.83º 0.9% 0.85% -
HSV(B) 307.83º 0.27% 0.98% -
XYZ 72.54 60.38 91.83 -
YUV 209.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 251 182 242 0 0.27 0.04 0.02 307.83 0.9 0.85
Hex FB B6 F2 0 1B 4 2 134 5A 55
Octal 373 266 362 0 33 4 2 464 132 125
Binary 11111011 10110110 11110010 0 11011 100 10 100110100 1011010 1010101

Color Harmonies of #FBB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6F2

Black with #FBB6F2

Text Example


Text Example

White with #FBB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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