Html Css Color HEX #FDDDE2 Carousel Pink

📋 copy color: '#FDDDE2'

red 253 ◦ green 221 ◦ blue 226

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

Shades of Carousel Pink #FDDDE2

Tints of Carousel Pink #FDDDE2

RGB

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

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

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

R = 36.14%
G = 31.57%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDDE2 (or 0xFDDDE2) is known color: Carousel Pink. HEX triplet: FD, DD and E2. RGB value is (253,221,226). Sum of RGB (Red+Green+Blue) = 253+221+226=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE2 is #02221D. Grayscale: #E7E7E7. Windows color (decimal): -139806 or 14867965. OLE color: 14867965.

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

Color convert

RGB 253 221 226 -
CMYK 0 0.13 0.11 0.01
HSL 350.63º 0.89% 0.93% -
HSV(B) 350.63º 0.13% 0.99% -
XYZ 80.09 78.09 82.8 -
YUV 231.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 253 221 226 0 0.13 0.11 0.01 350.63 0.89 0.93
Hex FD DD E2 0 D B 1 15F 59 5D
Octal 375 335 342 0 15 13 1 537 131 135
Binary 11111101 11011101 11100010 0 1101 1011 1 101011111 1011001 1011101

Color Harmonies of #FDDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDE2

Black with #FDDDE2

Text Example


Text Example

White with #FDDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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