Html Css Color HEX #FFD9E2 Carousel Pink

📋 copy color: '#FFD9E2'

red 255 ◦ green 217 ◦ blue 226

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

Shades of Carousel Pink #FFD9E2

Tints of Carousel Pink #FFD9E2

RGB

 RED value IS 255 (100% from 255) = 36.53%

 GREEN value IS 217 (85.16% from 255) = 31.09%

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

R = 36.53%
G = 31.09%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFD9E2 (or 0xFFD9E2) is known color: Carousel Pink. HEX triplet: FF, D9 and E2. RGB value is (255,217,226). Sum of RGB (Red+Green+Blue) = 255+217+226=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9E2 is #00261D. Grayscale: #E5E5E5. Windows color (decimal): -9758 or 14866943. OLE color: 14866943.

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

Color convert

RGB 255 217 226 -
CMYK 0 0.15 0.11 0
HSL 345.79º 1% 0.93% -
HSV(B) 345.79º 0.15% 1% -
XYZ 79.78 76.38 82.49 -
YUV 229.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 255 217 226 0 0.15 0.11 0 345.79 1 0.93
Hex FF D9 E2 0 F B 0 15A 64 5D
Octal 377 331 342 0 17 13 0 532 144 135
Binary 11111111 11011001 11100010 0 1111 1011 0 101011010 1100100 1011101

Color Harmonies of #FFD9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9E2

Black with #FFD9E2

Text Example


Text Example

White with #FFD9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9E2; }

 p { color: rgb(255,217,226); }

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

background-color css

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

 a { background-color: rgb(255,217,226); }

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

border-color css

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

 span { border-color: rgb(255,217,226); }

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