Html Css Color HEX #FEDDDD Tutu

📋 copy color: '#FEDDDD'

red 254 ◦ green 221 ◦ blue 221

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

Shades of Tutu #FEDDDD

Tints of Tutu #FEDDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.75%

R = 36.49%
G = 31.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDDDD (or 0xFEDDDD) is known color: Tutu. HEX triplet: FE, DD and DD. RGB value is (254,221,221). Sum of RGB (Red+Green+Blue) = 254+221+221=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDD is #012222. Grayscale: #E6E6E6. Windows color (decimal): -74275 or 14540286. OLE color: 14540286.

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

Color convert

RGB 254 221 221 -
CMYK 0 0.13 0.13 0.00
HSL 0.94% 0.93% -
HSV(B) 0.13% 1% -
XYZ 79.78 78 79.26 -
YUV 230.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 254 221 221 0 0.13 0.13 0.00 0 0.94 0.93
Hex FE DD DD 0 D D 0 0 5E 5D
Octal 376 335 335 0 15 15 0 0 136 135
Binary 11111110 11011101 11011101 0 1101 1101 0 0 1011110 1011101

Color Harmonies of #FEDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDDD

Black with #FEDDDD

Text Example


Text Example

White with #FEDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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