Html Css Color HEX #FECAD0 Pink

📋 copy color: '#FECAD0'

red 254 ◦ green 202 ◦ blue 208

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

Shades of Pink #FECAD0

Tints of Pink #FECAD0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.42%

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

R = 38.25%
G = 30.42%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FECAD0 (or 0xFECAD0) is known color: Pink. HEX triplet: FE, CA and D0. RGB value is (254,202,208). Sum of RGB (Red+Green+Blue) = 254+202+208=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD0 is #01352F. Grayscale: #DADADA. Windows color (decimal): -79152 or 13683454. OLE color: 13683454.

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

Color convert

RGB 254 202 208 -
CMYK 0 0.20 0.18 0.00
HSL 353.08º 0.96% 0.89% -
HSV(B) 353.08º 0.2% 1% -
XYZ 73.38 67.87 68.91 -
YUV 218.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 254 202 208 0 0.20 0.18 0.00 353.08 0.96 0.89
Hex FE CA D0 0 14 12 0 161 60 59
Octal 376 312 320 0 24 22 0 541 140 131
Binary 11111110 11001010 11010000 0 10100 10010 0 101100001 1100000 1011001

Color Harmonies of #FECAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD0

Black with #FECAD0

Text Example


Text Example

White with #FECAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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