Html Css Color HEX #FEC7CF Pink

📋 copy color: '#FEC7CF'

red 254 ◦ green 199 ◦ blue 207

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

Shades of Pink #FEC7CF

Tints of Pink #FEC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.15%

 BLUE value IS 207 (81.25% from 255) = 31.36%

R = 38.48%
G = 30.15%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEC7CF (or 0xFEC7CF) is known color: Pink. HEX triplet: FE, C7 and CF. RGB value is (254,199,207). Sum of RGB (Red+Green+Blue) = 254+199+207=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CF is #013830. Grayscale: #D8D8D8. Windows color (decimal): -79921 or 13617150. OLE color: 13617150.

HSL color Cylindrical-coordinate representation of color #FEC7CF: hue angle of 351.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 207 -
CMYK 0 0.22 0.19 0.00
HSL 351.27º 0.96% 0.89% -
HSV(B) 351.27º 0.22% 1% -
XYZ 72.56 66.42 68.03 -
YUV 216.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 254 199 207 0 0.22 0.19 0.00 351.27 0.96 0.89
Hex FE C7 CF 0 16 13 0 15F 60 59
Octal 376 307 317 0 26 23 0 537 140 131
Binary 11111110 11000111 11001111 0 10110 10011 0 101011111 1100000 1011001

Color Harmonies of #FEC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7CF

Black with #FEC7CF

Text Example


Text Example

White with #FEC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7CF; }

 p { color: rgb(254,199,207); }

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

background-color css

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

 a { background-color: rgb(254,199,207); }

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

border-color css

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

 span { border-color: rgb(254,199,207); }

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