Html Css Color HEX #FECAD7 Pink Lace

📋 copy color: '#FECAD7'

red 254 ◦ green 202 ◦ blue 215

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

Shades of Pink Lace #FECAD7

Tints of Pink Lace #FECAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 37.85%
G = 30.1%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FECAD7 (or 0xFECAD7) is known color: Pink Lace. HEX triplet: FE, CA and D7. RGB value is (254,202,215). Sum of RGB (Red+Green+Blue) = 254+202+215=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD7 is #013528. Grayscale: #DBDBDB. Windows color (decimal): -79145 or 14142206. OLE color: 14142206.

HSL color Cylindrical-coordinate representation of color #FECAD7: hue angle of 345º 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 #FECAD7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 215 -
CMYK 0 0.20 0.15 0.00
HSL 345º 0.96% 0.89% -
HSV(B) 345º 0.2% 1% -
XYZ 74.26 68.22 73.54 -
YUV 219.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 254 202 215 0 0.20 0.15 0.00 345 0.96 0.89
Hex FE CA D7 0 14 F 0 159 60 59
Octal 376 312 327 0 24 17 0 531 140 131
Binary 11111110 11001010 11010111 0 10100 1111 0 101011001 1100000 1011001

Color Harmonies of #FECAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD7

Black with #FECAD7

Text Example


Text Example

White with #FECAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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