Html Css Color HEX #FBB6F0 Lavender Rose

📋 copy color: '#FBB6F0'

red 251 ◦ green 182 ◦ blue 240

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

Shades of Lavender Rose #FBB6F0

Tints of Lavender Rose #FBB6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.66%

R = 37.3%
G = 27.04%
B = 35.66%

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

#FBB6F0 (or 0xFBB6F0) is known color: Lavender Rose. HEX triplet: FB, B6 and F0. RGB value is (251,182,240). Sum of RGB (Red+Green+Blue) = 251+182+240=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F0 is #04490F. Grayscale: #D1D1D1. Windows color (decimal): -280848 or 15775483. OLE color: 15775483.

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

Color convert

RGB 251 182 240 -
CMYK 0 0.27 0.04 0.02
HSL 309.57º 0.9% 0.85% -
HSV(B) 309.57º 0.27% 0.98% -
XYZ 72.24 60.26 90.26 -
YUV 209.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 251 182 240 0 0.27 0.04 0.02 309.57 0.9 0.85
Hex FB B6 F0 0 1B 4 2 136 5A 55
Octal 373 266 360 0 33 4 2 466 132 125
Binary 11111011 10110110 11110000 0 11011 100 10 100110110 1011010 1010101

Color Harmonies of #FBB6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6F0

Black with #FBB6F0

Text Example


Text Example

White with #FBB6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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