Html Css Color HEX #FEDDE2 Carousel Pink

📋 copy color: '#FEDDE2'

red 254 ◦ green 221 ◦ blue 226

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

Shades of Carousel Pink #FEDDE2

Tints of Carousel Pink #FEDDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.24%

R = 36.23%
G = 31.53%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEDDE2 (or 0xFEDDE2) is known color: Carousel Pink. HEX triplet: FE, DD and E2. RGB value is (254,221,226). Sum of RGB (Red+Green+Blue) = 254+221+226=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE2 is #01221D. Grayscale: #E7E7E7. Windows color (decimal): -74270 or 14867966. OLE color: 14867966.

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

Color convert

RGB 254 221 226 -
CMYK 0 0.13 0.11 0.00
HSL 350.91º 0.94% 0.93% -
HSV(B) 350.91º 0.13% 1% -
XYZ 80.46 78.27 82.82 -
YUV 231.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 254 221 226 0 0.13 0.11 0.00 350.91 0.94 0.93
Hex FE DD E2 0 D B 0 15F 5E 5D
Octal 376 335 342 0 15 13 0 537 136 135
Binary 11111110 11011101 11100010 0 1101 1011 0 101011111 1011110 1011101

Color Harmonies of #FEDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDE2

Black with #FEDDE2

Text Example


Text Example

White with #FEDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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