Html Css Color HEX #FECAD5 Pink Lace

📋 copy color: '#FECAD5'

red 254 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #FECAD5

Tints of Pink Lace #FECAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.84%

R = 37.97%
G = 30.19%
B = 31.84%

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

#FECAD5 (or 0xFECAD5) is known color: Pink Lace. HEX triplet: FE, CA and D5. RGB value is (254,202,213). Sum of RGB (Red+Green+Blue) = 254+202+213=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD5 is #01352A. Grayscale: #DADADA. Windows color (decimal): -79147 or 14011134. OLE color: 14011134.

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

Color convert

RGB 254 202 213 -
CMYK 0 0.20 0.16 0.00
HSL 347.31º 0.96% 0.89% -
HSV(B) 347.31º 0.2% 1% -
XYZ 74 68.12 72.2 -
YUV 218.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 254 202 213 0 0.20 0.16 0.00 347.31 0.96 0.89
Hex FE CA D5 0 14 10 0 15B 60 59
Octal 376 312 325 0 24 20 0 533 140 131
Binary 11111110 11001010 11010101 0 10100 10000 0 101011011 1100000 1011001

Color Harmonies of #FECAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD5

Black with #FECAD5

Text Example


Text Example

White with #FECAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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