Html Css Color HEX #FEC2CA Pink

📋 copy color: '#FEC2CA'

red 254 ◦ green 194 ◦ blue 202

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

Shades of Pink #FEC2CA

Tints of Pink #FEC2CA

RGB

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

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

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

R = 39.08%
G = 29.85%
B = 31.08%

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

#FEC2CA (or 0xFEC2CA) is known color: Pink. HEX triplet: FE, C2 and CA. RGB value is (254,194,202). Sum of RGB (Red+Green+Blue) = 254+194+202=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CA is #013D35. Grayscale: #D4D4D4. Windows color (decimal): -81206 or 13288190. OLE color: 13288190.

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

Color convert

RGB 254 194 202 -
CMYK 0 0.24 0.20 0.00
HSL 352º 0.97% 0.88% -
HSV(B) 352º 0.24% 1% -
XYZ 70.83 63.92 64.48 -
YUV 212.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 254 194 202 0 0.24 0.20 0.00 352 0.97 0.88
Hex FE C2 CA 0 18 14 0 160 61 58
Octal 376 302 312 0 30 24 0 540 141 130
Binary 11111110 11000010 11001010 0 11000 10100 0 101100000 1100001 1011000

Color Harmonies of #FEC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2CA

Black with #FEC2CA

Text Example


Text Example

White with #FEC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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