Html Css Color HEX #FDA8DC Lavender Rose

📋 copy color: '#FDA8DC'

red 253 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #FDA8DC

Tints of Lavender Rose #FDA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.21%

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

R = 39.47%
G = 26.21%
B = 34.32%

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

#FDA8DC (or 0xFDA8DC) is known color: Lavender Rose. HEX triplet: FD, A8 and DC. RGB value is (253,168,220). Sum of RGB (Red+Green+Blue) = 253+168+220=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8DC is #025723. Grayscale: #C7C7C7. Windows color (decimal): -153380 or 14461181. OLE color: 14461181.

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

Color convert

RGB 253 168 220 -
CMYK 0 0.34 0.13 0.01
HSL 323.29º 0.96% 0.83% -
HSV(B) 323.29º 0.34% 0.99% -
XYZ 67.43 54.06 74.59 -
YUV 199.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 253 168 220 0 0.34 0.13 0.01 323.29 0.96 0.83
Hex FD A8 DC 0 22 D 1 143 60 53
Octal 375 250 334 0 42 15 1 503 140 123
Binary 11111101 10101000 11011100 0 100010 1101 1 101000011 1100000 1010011

Color Harmonies of #FDA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8DC

Black with #FDA8DC

Text Example


Text Example

White with #FDA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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