Html Css Color HEX #FEDDDF Pale Pink

📋 copy color: '#FEDDDF'

red 254 ◦ green 221 ◦ blue 223

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

Shades of Pale Pink #FEDDDF

Tints of Pale Pink #FEDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.66%

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

R = 36.39%
G = 31.66%
B = 31.95%

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

#FEDDDF (or 0xFEDDDF) is known color: Pale Pink. HEX triplet: FE, DD and DF. RGB value is (254,221,223). Sum of RGB (Red+Green+Blue) = 254+221+223=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDF is #012220. Grayscale: #E7E7E7. Windows color (decimal): -74273 or 14671358. OLE color: 14671358.

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

Color convert

RGB 254 221 223 -
CMYK 0 0.13 0.12 0.00
HSL 356.36º 0.94% 0.93% -
HSV(B) 356.36º 0.13% 1% -
XYZ 80.05 78.11 80.67 -
YUV 231.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 254 221 223 0 0.13 0.12 0.00 356.36 0.94 0.93
Hex FE DD DF 0 D C 0 164 5E 5D
Octal 376 335 337 0 15 14 0 544 136 135
Binary 11111110 11011101 11011111 0 1101 1100 0 101100100 1011110 1011101

Color Harmonies of #FEDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDDF

Black with #FEDDDF

Text Example


Text Example

White with #FEDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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