Html Css Color HEX #FEC1CA Pink

📋 copy color: '#FEC1CA'

red 254 ◦ green 193 ◦ blue 202

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

Shades of Pink #FEC1CA

Tints of Pink #FEC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

 BLUE value IS 202 (79.3% from 255) = 31.12%

R = 39.14%
G = 29.74%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEC1CA (or 0xFEC1CA) is known color: Pink. HEX triplet: FE, C1 and CA. RGB value is (254,193,202). Sum of RGB (Red+Green+Blue) = 254+193+202=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CA is #013E35. Grayscale: #D4D4D4. Windows color (decimal): -81462 or 13287934. OLE color: 13287934.

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

Color convert

RGB 254 193 202 -
CMYK 0 0.24 0.20 0.00
HSL 351.15º 0.97% 0.88% -
HSV(B) 351.15º 0.24% 1% -
XYZ 70.6 63.48 64.41 -
YUV 212.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 254 193 202 0 0.24 0.20 0.00 351.15 0.97 0.88
Hex FE C1 CA 0 18 14 0 15F 61 58
Octal 376 301 312 0 30 24 0 537 141 130
Binary 11111110 11000001 11001010 0 11000 10100 0 101011111 1100001 1011000

Color Harmonies of #FEC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1CA

Black with #FEC1CA

Text Example


Text Example

White with #FEC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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