Html Css Color HEX #FEC3D4 Pink Lace

📋 copy color: '#FEC3D4'

red 254 ◦ green 195 ◦ blue 212

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

Shades of Pink Lace #FEC3D4

Tints of Pink Lace #FEC3D4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.5%

 BLUE value IS 212 (83.2% from 255) = 32.07%

R = 38.43%
G = 29.5%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEC3D4 (or 0xFEC3D4) is known color: Pink Lace. HEX triplet: FE, C3 and D4. RGB value is (254,195,212). Sum of RGB (Red+Green+Blue) = 254+195+212=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 195 (76.56% from 255 or 29.50% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D4 is #013C2B. Grayscale: #D6D6D6. Windows color (decimal): -80940 or 13943806. OLE color: 13943806.

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

Color convert

RGB 254 195 212 -
CMYK 0 0.23 0.17 0.00
HSL 342.71º 0.97% 0.88% -
HSV(B) 342.71º 0.23% 1% -
XYZ 72.27 64.85 71 -
YUV 214.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 254 195 212 0 0.23 0.17 0.00 342.71 0.97 0.88
Hex FE C3 D4 0 17 11 0 157 61 58
Octal 376 303 324 0 27 21 0 527 141 130
Binary 11111110 11000011 11010100 0 10111 10001 0 101010111 1100001 1011000

Color Harmonies of #FEC3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3D4

Black with #FEC3D4

Text Example


Text Example

White with #FEC3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3D4; }

 p { color: rgb(254,195,212); }

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

background-color css

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

 a { background-color: rgb(254,195,212); }

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

border-color css

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

 span { border-color: rgb(254,195,212); }

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