Html Css Color HEX #FEC2D5 Pink Lace

📋 copy color: '#FEC2D5'

red 254 ◦ green 194 ◦ blue 213

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

Shades of Pink Lace #FEC2D5

Tints of Pink Lace #FEC2D5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.35%

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

R = 38.43%
G = 29.35%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC2D5 (or 0xFEC2D5) is known color: Pink Lace. HEX triplet: FE, C2 and D5. RGB value is (254,194,213). Sum of RGB (Red+Green+Blue) = 254+194+213=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D5 is #013D2A. Grayscale: #D6D6D6. Windows color (decimal): -81195 or 14009086. OLE color: 14009086.

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

Color convert

RGB 254 194 213 -
CMYK 0 0.24 0.16 0.00
HSL 341º 0.97% 0.88% -
HSV(B) 341º 0.24% 1% -
XYZ 72.18 64.46 71.59 -
YUV 214.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 254 194 213 0 0.24 0.16 0.00 341 0.97 0.88
Hex FE C2 D5 0 18 10 0 155 61 58
Octal 376 302 325 0 30 20 0 525 141 130
Binary 11111110 11000010 11010101 0 11000 10000 0 101010101 1100001 1011000

Color Harmonies of #FEC2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2D5

Black with #FEC2D5

Text Example


Text Example

White with #FEC2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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