Html Css Color HEX #FECFD6 Pink Lace

📋 copy color: '#FECFD6'

red 254 ◦ green 207 ◦ blue 214

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

Shades of Pink Lace #FECFD6

Tints of Pink Lace #FECFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 37.63%
G = 30.67%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FECFD6 (or 0xFECFD6) is known color: Pink Lace. HEX triplet: FE, CF and D6. RGB value is (254,207,214). Sum of RGB (Red+Green+Blue) = 254+207+214=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD6 is #013029. Grayscale: #DDDDDD. Windows color (decimal): -77866 or 14077950. OLE color: 14077950.

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

Color convert

RGB 254 207 214 -
CMYK 0 0.19 0.16 0.00
HSL 351.06º 0.96% 0.9% -
HSV(B) 351.06º 0.19% 1% -
XYZ 75.32 70.55 73.27 -
YUV 221.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 254 207 214 0 0.19 0.16 0.00 351.06 0.96 0.9
Hex FE CF D6 0 13 10 0 15F 60 5A
Octal 376 317 326 0 23 20 0 537 140 132
Binary 11111110 11001111 11010110 0 10011 10000 0 101011111 1100000 1011010

Color Harmonies of #FECFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFD6

Black with #FECFD6

Text Example


Text Example

White with #FECFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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