Html Css Color HEX #FECAD6 Pink Lace

📋 copy color: '#FECAD6'

red 254 ◦ green 202 ◦ blue 214

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

Shades of Pink Lace #FECAD6

Tints of Pink Lace #FECAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.15%

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

R = 37.91%
G = 30.15%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FECAD6 (or 0xFECAD6) is known color: Pink Lace. HEX triplet: FE, CA and D6. RGB value is (254,202,214). Sum of RGB (Red+Green+Blue) = 254+202+214=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD6 is #013529. Grayscale: #DADADA. Windows color (decimal): -79146 or 14076670. OLE color: 14076670.

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

Color convert

RGB 254 202 214 -
CMYK 0 0.20 0.16 0.00
HSL 346.15º 0.96% 0.89% -
HSV(B) 346.15º 0.2% 1% -
XYZ 74.13 68.17 72.87 -
YUV 218.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 254 202 214 0 0.20 0.16 0.00 346.15 0.96 0.89
Hex FE CA D6 0 14 10 0 15A 60 59
Octal 376 312 326 0 24 20 0 532 140 131
Binary 11111110 11001010 11010110 0 10100 10000 0 101011010 1100000 1011001

Color Harmonies of #FECAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD6

Black with #FECAD6

Text Example


Text Example

White with #FECAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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