Html Css Color HEX #FEC5D0 Pink

📋 copy color: '#FEC5D0'

red 254 ◦ green 197 ◦ blue 208

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

Shades of Pink #FEC5D0

Tints of Pink #FEC5D0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.89%

 BLUE value IS 208 (81.64% from 255) = 31.56%

R = 38.54%
G = 29.89%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEC5D0 (or 0xFEC5D0) is known color: Pink. HEX triplet: FE, C5 and D0. RGB value is (254,197,208). Sum of RGB (Red+Green+Blue) = 254+197+208=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D0 is #013A2F. Grayscale: #D7D7D7. Windows color (decimal): -80432 or 13682174. OLE color: 13682174.

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

Color convert

RGB 254 197 208 -
CMYK 0 0.22 0.18 0.00
HSL 348.42º 0.97% 0.88% -
HSV(B) 348.42º 0.22% 1% -
XYZ 72.22 65.56 68.52 -
YUV 215.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 254 197 208 0 0.22 0.18 0.00 348.42 0.97 0.88
Hex FE C5 D0 0 16 12 0 15C 61 58
Octal 376 305 320 0 26 22 0 534 141 130
Binary 11111110 11000101 11010000 0 10110 10010 0 101011100 1100001 1011000

Color Harmonies of #FEC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5D0

Black with #FEC5D0

Text Example


Text Example

White with #FEC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5D0; }

 p { color: rgb(254,197,208); }

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

background-color css

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

 a { background-color: rgb(254,197,208); }

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

border-color css

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

 span { border-color: rgb(254,197,208); }

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