Html Css Color HEX #FDB6FB Lavender Rose

📋 copy color: '#FDB6FB'

red 253 ◦ green 182 ◦ blue 251

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

Shades of Lavender Rose #FDB6FB

Tints of Lavender Rose #FDB6FB

RGB

 RED value IS 253 (99.22% from 255) = 36.88%

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

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 36.88%
G = 26.53%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDB6FB (or 0xFDB6FB) is known color: Lavender Rose. HEX triplet: FD, B6 and FB. RGB value is (253,182,251). Sum of RGB (Red+Green+Blue) = 253+182+251=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6FB is #024904. Grayscale: #D2D2D2. Windows color (decimal): -149765 or 16496381. OLE color: 16496381.

HSL color Cylindrical-coordinate representation of color #FDB6FB: hue angle of 301.69º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6FB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 182 251 -
CMYK 0 0.28 0.01 0.01
HSL 301.69º 0.95% 0.85% -
HSV(B) 301.69º 0.28% 0.99% -
XYZ 74.65 61.3 99.17 -
YUV 211.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 253 182 251 0 0.28 0.01 0.01 301.69 0.95 0.85
Hex FD B6 FB 0 1C 1 1 12E 5F 55
Octal 375 266 373 0 34 1 1 456 137 125
Binary 11111101 10110110 11111011 0 11100 1 1 100101110 1011111 1010101

Color Harmonies of #FDB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6FB

Black with #FDB6FB

Text Example


Text Example

White with #FDB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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