Html Css Color HEX #FDA8DA Lavender Pink

📋 copy color: '#FDA8DA'

red 253 ◦ green 168 ◦ blue 218

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

Shades of Lavender Pink #FDA8DA

Tints of Lavender Pink #FDA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 39.59%
G = 26.29%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDA8DA (or 0xFDA8DA) is known color: Lavender Pink. HEX triplet: FD, A8 and DA. RGB value is (253,168,218). Sum of RGB (Red+Green+Blue) = 253+168+218=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8DA is #025725. Grayscale: #C6C6C6. Windows color (decimal): -153382 or 14330109. OLE color: 14330109.

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

Color convert

RGB 253 168 218 -
CMYK 0 0.34 0.14 0.01
HSL 324.71º 0.96% 0.83% -
HSV(B) 324.71º 0.34% 0.99% -
XYZ 67.17 53.95 73.2 -
YUV 199.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 253 168 218 0 0.34 0.14 0.01 324.71 0.96 0.83
Hex FD A8 DA 0 22 E 1 145 60 53
Octal 375 250 332 0 42 16 1 505 140 123
Binary 11111101 10101000 11011010 0 100010 1110 1 101000101 1100000 1010011

Color Harmonies of #FDA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8DA

Black with #FDA8DA

Text Example


Text Example

White with #FDA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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