Html Css Color HEX #FDADCF Lavender Pink

📋 copy color: '#FDADCF'

red 253 ◦ green 173 ◦ blue 207

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

Shades of Lavender Pink #FDADCF

Tints of Lavender Pink #FDADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.33%

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 39.97%
G = 27.33%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDADCF (or 0xFDADCF) is known color: Lavender Pink. HEX triplet: FD, AD and CF. RGB value is (253,173,207). Sum of RGB (Red+Green+Blue) = 253+173+207=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCF is #025230. Grayscale: #C8C8C8. Windows color (decimal): -152113 or 13610493. OLE color: 13610493.

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

Color convert

RGB 253 173 207 -
CMYK 0 0.32 0.18 0.01
HSL 334.5º 0.95% 0.84% -
HSV(B) 334.5º 0.32% 0.99% -
XYZ 66.71 55.27 66.18 -
YUV 200.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 253 173 207 0 0.32 0.18 0.01 334.5 0.95 0.84
Hex FD AD CF 0 20 12 1 14E 5F 54
Octal 375 255 317 0 40 22 1 516 137 124
Binary 11111101 10101101 11001111 0 100000 10010 1 101001110 1011111 1010100

Color Harmonies of #FDADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADCF

Black with #FDADCF

Text Example


Text Example

White with #FDADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADCF; }

 p { color: rgb(253,173,207); }

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

background-color css

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

 a { background-color: rgb(253,173,207); }

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

border-color css

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

 span { border-color: rgb(253,173,207); }

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