Html Css Color HEX #FECAD2 Pink

📋 copy color: '#FECAD2'

red 254 ◦ green 202 ◦ blue 210

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

Shades of Pink #FECAD2

Tints of Pink #FECAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.53%

R = 38.14%
G = 30.33%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FECAD2 (or 0xFECAD2) is known color: Pink. HEX triplet: FE, CA and D2. RGB value is (254,202,210). Sum of RGB (Red+Green+Blue) = 254+202+210=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD2 is #01352D. Grayscale: #DADADA. Windows color (decimal): -79150 or 13814526. OLE color: 13814526.

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

Color convert

RGB 254 202 210 -
CMYK 0 0.20 0.17 0.00
HSL 350.77º 0.96% 0.89% -
HSV(B) 350.77º 0.2% 1% -
XYZ 73.63 67.97 70.21 -
YUV 218.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 254 202 210 0 0.20 0.17 0.00 350.77 0.96 0.89
Hex FE CA D2 0 14 11 0 15F 60 59
Octal 376 312 322 0 24 21 0 537 140 131
Binary 11111110 11001010 11010010 0 10100 10001 0 101011111 1100000 1011001

Color Harmonies of #FECAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD2

Black with #FECAD2

Text Example


Text Example

White with #FECAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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