Html Css Color HEX #FED6DA Pale Pink

📋 copy color: '#FED6DA'

red 254 ◦ green 214 ◦ blue 218

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

Shades of Pale Pink #FED6DA

Tints of Pale Pink #FED6DA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.2%

 BLUE value IS 218 (85.55% from 255) = 31.78%

R = 37.03%
G = 31.2%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FED6DA (or 0xFED6DA) is known color: Pale Pink. HEX triplet: FE, D6 and DA. RGB value is (254,214,218). Sum of RGB (Red+Green+Blue) = 254+214+218=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DA is #012925. Grayscale: #E2E2E2. Windows color (decimal): -76070 or 14341886. OLE color: 14341886.

HSL color Cylindrical-coordinate representation of color #FED6DA: hue angle of 354º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6DA is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 218 -
CMYK 0 0.16 0.14 0.00
HSL 354º 0.95% 0.92% -
HSV(B) 354º 0.16% 1% -
XYZ 77.57 74.23 76.57 -
YUV 226.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 254 214 218 0 0.16 0.14 0.00 354 0.95 0.92
Hex FE D6 DA 0 10 E 0 162 5F 5C
Octal 376 326 332 0 20 16 0 542 137 134
Binary 11111110 11010110 11011010 0 10000 1110 0 101100010 1011111 1011100

Color Harmonies of #FED6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6DA

Black with #FED6DA

Text Example


Text Example

White with #FED6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6DA; }

 p { color: rgb(254,214,218); }

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

background-color css

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

 a { background-color: rgb(254,214,218); }

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

border-color css

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

 span { border-color: rgb(254,214,218); }

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