Html Css Color HEX #FDA6DC Lavender Rose

📋 copy color: '#FDA6DC'

red 253 ◦ green 166 ◦ blue 220

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

Shades of Lavender Rose #FDA6DC

Tints of Lavender Rose #FDA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 39.59%
G = 25.98%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDA6DC (or 0xFDA6DC) is known color: Lavender Rose. HEX triplet: FD, A6 and DC. RGB value is (253,166,220). Sum of RGB (Red+Green+Blue) = 253+166+220=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6DC is #025923. Grayscale: #C6C6C6. Windows color (decimal): -153892 or 14460669. OLE color: 14460669.

HSL color Cylindrical-coordinate representation of color #FDA6DC: hue angle of 322.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6DC is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 220 -
CMYK 0 0.34 0.13 0.01
HSL 322.76º 0.96% 0.82% -
HSV(B) 322.76º 0.34% 0.99% -
XYZ 67.06 53.32 74.47 -
YUV 198.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 253 166 220 0 0.34 0.13 0.01 322.76 0.96 0.82
Hex FD A6 DC 0 22 D 1 143 60 52
Octal 375 246 334 0 42 15 1 503 140 122
Binary 11111101 10100110 11011100 0 100010 1101 1 101000011 1100000 1010010

Color Harmonies of #FDA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6DC

Black with #FDA6DC

Text Example


Text Example

White with #FDA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6DC; }

 p { color: rgb(253,166,220); }

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

background-color css

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

 a { background-color: rgb(253,166,220); }

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

border-color css

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

 span { border-color: rgb(253,166,220); }

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