Html Css Color HEX #FEAECF Lavender Pink

📋 copy color: '#FEAECF'

red 254 ◦ green 174 ◦ blue 207

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

Shades of Lavender Pink #FEAECF

Tints of Lavender Pink #FEAECF

RGB

 RED value IS 254 (99.61% from 255) = 40%

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

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

R = 40%
G = 27.4%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEAECF (or 0xFEAECF) is known color: Lavender Pink. HEX triplet: FE, AE and CF. RGB value is (254,174,207). Sum of RGB (Red+Green+Blue) = 254+174+207=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECF is #015130. Grayscale: #C9C9C9. Windows color (decimal): -86321 or 13610750. OLE color: 13610750.

HSL color Cylindrical-coordinate representation of color #FEAECF: hue angle of 335.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAECF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 207 -
CMYK 0 0.31 0.19 0.00
HSL 335.25º 0.98% 0.84% -
HSV(B) 335.25º 0.31% 1% -
XYZ 67.27 55.85 66.27 -
YUV 201.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 254 174 207 0 0.31 0.19 0.00 335.25 0.98 0.84
Hex FE AE CF 0 1F 13 0 14F 62 54
Octal 376 256 317 0 37 23 0 517 142 124
Binary 11111110 10101110 11001111 0 11111 10011 0 101001111 1100010 1010100

Color Harmonies of #FEAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAECF

Black with #FEAECF

Text Example


Text Example

White with #FEAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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