Html Css Color HEX #FDDEE2 Carousel Pink

📋 copy color: '#FDDEE2'

red 253 ◦ green 222 ◦ blue 226

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

Shades of Carousel Pink #FDDEE2

Tints of Carousel Pink #FDDEE2

RGB

 RED value IS 253 (99.22% from 255) = 36.09%

 GREEN value IS 222 (87.11% from 255) = 31.67%

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

R = 36.09%
G = 31.67%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDEE2 (or 0xFDDEE2) is known color: Carousel Pink. HEX triplet: FD, DE and E2. RGB value is (253,222,226). Sum of RGB (Red+Green+Blue) = 253+222+226=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE2 is #02211D. Grayscale: #E7E7E7. Windows color (decimal): -139550 or 14868221. OLE color: 14868221.

HSL color Cylindrical-coordinate representation of color #FDDEE2: hue angle of 352.26º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 226 -
CMYK 0 0.12 0.11 0.01
HSL 352.26º 0.89% 0.93% -
HSV(B) 352.26º 0.12% 0.99% -
XYZ 80.36 78.62 82.89 -
YUV 231.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 253 222 226 0 0.12 0.11 0.01 352.26 0.89 0.93
Hex FD DE E2 0 C B 1 160 59 5D
Octal 375 336 342 0 14 13 1 540 131 135
Binary 11111101 11011110 11100010 0 1100 1011 1 101100000 1011001 1011101

Color Harmonies of #FDDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEE2

Black with #FDDEE2

Text Example


Text Example

White with #FDDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEE2; }

 p { color: rgb(253,222,226); }

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

background-color css

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

 a { background-color: rgb(253,222,226); }

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

border-color css

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

 span { border-color: rgb(253,222,226); }

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