Html Css Color HEX #FDB6EB Lavender Rose

📋 copy color: '#FDB6EB'

red 253 ◦ green 182 ◦ blue 235

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

Shades of Lavender Rose #FDB6EB

Tints of Lavender Rose #FDB6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 37.76%
G = 27.16%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDB6EB (or 0xFDB6EB) is known color: Lavender Rose. HEX triplet: FD, B6 and EB. RGB value is (253,182,235). Sum of RGB (Red+Green+Blue) = 253+182+235=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6EB is #024914. Grayscale: #D1D1D1. Windows color (decimal): -149781 or 15447805. OLE color: 15447805.

HSL color Cylindrical-coordinate representation of color #FDB6EB: hue angle of 315.21º 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 #FDB6EB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 182 235 -
CMYK 0 0.28 0.07 0.01
HSL 315.21º 0.95% 0.85% -
HSV(B) 315.21º 0.28% 0.99% -
XYZ 72.23 60.34 86.44 -
YUV 209.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 253 182 235 0 0.28 0.07 0.01 315.21 0.95 0.85
Hex FD B6 EB 0 1C 7 1 13B 5F 55
Octal 375 266 353 0 34 7 1 473 137 125
Binary 11111101 10110110 11101011 0 11100 111 1 100111011 1011111 1010101

Color Harmonies of #FDB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6EB

Black with #FDB6EB

Text Example


Text Example

White with #FDB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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