Html Css Color HEX #FDAECF Lavender Pink

📋 copy color: '#FDAECF'

red 253 ◦ green 174 ◦ blue 207

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

Shades of Lavender Pink #FDAECF

Tints of Lavender Pink #FDAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.44%

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

R = 39.91%
G = 27.44%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDAECF (or 0xFDAECF) is known color: Lavender Pink. HEX triplet: FD, AE and CF. RGB value is (253,174,207). Sum of RGB (Red+Green+Blue) = 253+174+207=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAECF is #025130. Grayscale: #C9C9C9. Windows color (decimal): -151857 or 13610749. OLE color: 13610749.

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

Color convert

RGB 253 174 207 -
CMYK 0 0.31 0.18 0.01
HSL 334.94º 0.95% 0.84% -
HSV(B) 334.94º 0.31% 0.99% -
XYZ 66.91 55.66 66.25 -
YUV 201.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 253 174 207 0 0.31 0.18 0.01 334.94 0.95 0.84
Hex FD AE CF 0 1F 12 1 14F 5F 54
Octal 375 256 317 0 37 22 1 517 137 124
Binary 11111101 10101110 11001111 0 11111 10010 1 101001111 1011111 1010100

Color Harmonies of #FDAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAECF

Black with #FDAECF

Text Example


Text Example

White with #FDAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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