Html Css Color HEX #FFD9E0 Carousel Pink

📋 copy color: '#FFD9E0'

red 255 ◦ green 217 ◦ blue 224

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

Shades of Carousel Pink #FFD9E0

Tints of Carousel Pink #FFD9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.18%

R = 36.64%
G = 31.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFD9E0 (or 0xFFD9E0) is known color: Carousel Pink. HEX triplet: FF, D9 and E0. RGB value is (255,217,224). Sum of RGB (Red+Green+Blue) = 255+217+224=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9E0 is #00261F. Grayscale: #E5E5E5. Windows color (decimal): -9760 or 14735871. OLE color: 14735871.

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

Color convert

RGB 255 217 224 -
CMYK 0 0.15 0.12 0
HSL 348.95º 1% 0.93% -
HSV(B) 348.95º 0.15% 1% -
XYZ 79.51 76.27 81.05 -
YUV 229.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 255 217 224 0 0.15 0.12 0 348.95 1 0.93
Hex FF D9 E0 0 F C 0 15D 64 5D
Octal 377 331 340 0 17 14 0 535 144 135
Binary 11111111 11011001 11100000 0 1111 1100 0 101011101 1100100 1011101

Color Harmonies of #FFD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9E0

Black with #FFD9E0

Text Example


Text Example

White with #FFD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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