Html Css Color HEX #FDB6EA Lavender Rose

📋 copy color: '#FDB6EA'

red 253 ◦ green 182 ◦ blue 234

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

Shades of Lavender Rose #FDB6EA

Tints of Lavender Rose #FDB6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.98%

R = 37.82%
G = 27.2%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDB6EA (or 0xFDB6EA) is known color: Lavender Rose. HEX triplet: FD, B6 and EA. RGB value is (253,182,234). Sum of RGB (Red+Green+Blue) = 253+182+234=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6EA is #024915. Grayscale: #D1D1D1. Windows color (decimal): -149782 or 15382269. OLE color: 15382269.

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

Color convert

RGB 253 182 234 -
CMYK 0 0.28 0.08 0.01
HSL 316.06º 0.95% 0.85% -
HSV(B) 316.06º 0.28% 0.99% -
XYZ 72.09 60.28 85.68 -
YUV 209.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 253 182 234 0 0.28 0.08 0.01 316.06 0.95 0.85
Hex FD B6 EA 0 1C 8 1 13C 5F 55
Octal 375 266 352 0 34 10 1 474 137 125
Binary 11111101 10110110 11101010 0 11100 1000 1 100111100 1011111 1010101

Color Harmonies of #FDB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6EA

Black with #FDB6EA

Text Example


Text Example

White with #FDB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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