Html Css Color HEX #FDACD2 Lavender Pink

📋 copy color: '#FDACD2'

red 253 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FDACD2

Tints of Lavender Pink #FDACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.09%

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 39.84%
G = 27.09%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDACD2 (or 0xFDACD2) is known color: Lavender Pink. HEX triplet: FD, AC and D2. RGB value is (253,172,210). Sum of RGB (Red+Green+Blue) = 253+172+210=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACD2 is #02532D. Grayscale: #C8C8C8. Windows color (decimal): -152366 or 13806845. OLE color: 13806845.

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

Color convert

RGB 253 172 210 -
CMYK 0 0.32 0.17 0.01
HSL 331.85º 0.95% 0.83% -
HSV(B) 331.85º 0.32% 0.99% -
XYZ 66.89 55.04 68.07 -
YUV 200.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 253 172 210 0 0.32 0.17 0.01 331.85 0.95 0.83
Hex FD AC D2 0 20 11 1 14C 5F 53
Octal 375 254 322 0 40 21 1 514 137 123
Binary 11111101 10101100 11010010 0 100000 10001 1 101001100 1011111 1010011

Color Harmonies of #FDACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACD2

Black with #FDACD2

Text Example


Text Example

White with #FDACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACD2; }

 p { color: rgb(253,172,210); }

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

background-color css

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

 a { background-color: rgb(253,172,210); }

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

border-color css

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

 span { border-color: rgb(253,172,210); }

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