Html Css Color HEX #FEDCDF Pale Pink

📋 copy color: '#FEDCDF'

red 254 ◦ green 220 ◦ blue 223

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

Shades of Pale Pink #FEDCDF

Tints of Pale Pink #FEDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.56%

 BLUE value IS 223 (87.5% from 255) = 31.99%

R = 36.44%
G = 31.56%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEDCDF (or 0xFEDCDF) is known color: Pale Pink. HEX triplet: FE, DC and DF. RGB value is (254,220,223). Sum of RGB (Red+Green+Blue) = 254+220+223=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDF is #012320. Grayscale: #E6E6E6. Windows color (decimal): -74529 or 14671102. OLE color: 14671102.

HSL color Cylindrical-coordinate representation of color #FEDCDF: hue angle of 354.71º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCDF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 223 -
CMYK 0 0.13 0.12 0.00
HSL 354.71º 0.94% 0.93% -
HSV(B) 354.71º 0.13% 1% -
XYZ 79.79 77.58 80.58 -
YUV 230.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 254 220 223 0 0.13 0.12 0.00 354.71 0.94 0.93
Hex FE DC DF 0 D C 0 163 5E 5D
Octal 376 334 337 0 15 14 0 543 136 135
Binary 11111110 11011100 11011111 0 1101 1100 0 101100011 1011110 1011101

Color Harmonies of #FEDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCDF

Black with #FEDCDF

Text Example


Text Example

White with #FEDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCDF; }

 p { color: rgb(254,220,223); }

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

background-color css

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

 a { background-color: rgb(254,220,223); }

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

border-color css

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

 span { border-color: rgb(254,220,223); }

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