Html Css Color HEX #FDA4DC Lavender Rose

📋 copy color: '#FDA4DC'

red 253 ◦ green 164 ◦ blue 220

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

Shades of Lavender Rose #FDA4DC

Tints of Lavender Rose #FDA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.75%

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

R = 39.72%
G = 25.75%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDA4DC (or 0xFDA4DC) is known color: Lavender Rose. HEX triplet: FD, A4 and DC. RGB value is (253,164,220). Sum of RGB (Red+Green+Blue) = 253+164+220=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4DC is #025B23. Grayscale: #C4C4C4. Windows color (decimal): -154404 or 14460157. OLE color: 14460157.

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

Color convert

RGB 253 164 220 -
CMYK 0 0.35 0.13 0.01
HSL 322.25º 0.96% 0.82% -
HSV(B) 322.25º 0.35% 0.99% -
XYZ 66.7 52.6 74.35 -
YUV 197 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 253 164 220 0 0.35 0.13 0.01 322.25 0.96 0.82
Hex FD A4 DC 0 23 D 1 142 60 52
Octal 375 244 334 0 43 15 1 502 140 122
Binary 11111101 10100100 11011100 0 100011 1101 1 101000010 1100000 1010010

Color Harmonies of #FDA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA4DC

Black with #FDA4DC

Text Example


Text Example

White with #FDA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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