Html Css Color HEX #FFDEE4 Carousel Pink

📋 copy color: '#FFDEE4'

red 255 ◦ green 222 ◦ blue 228

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

Shades of Carousel Pink #FFDEE4

Tints of Carousel Pink #FFDEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.34%

R = 36.17%
G = 31.49%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFDEE4 (or 0xFFDEE4) is known color: Carousel Pink. HEX triplet: FF, DE and E4. RGB value is (255,222,228). Sum of RGB (Red+Green+Blue) = 255+222+228=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE4 is #00211B. Grayscale: #E8E8E8. Windows color (decimal): -8476 or 14999295. OLE color: 14999295.

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

Color convert

RGB 255 222 228 -
CMYK 0 0.13 0.11 0
HSL 349.09º 1% 0.94% -
HSV(B) 349.09º 0.13% 1% -
XYZ 81.36 79.1 84.38 -
YUV 232.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 255 222 228 0 0.13 0.11 0 349.09 1 0.94
Hex FF DE E4 0 D B 0 15D 64 5E
Octal 377 336 344 0 15 13 0 535 144 136
Binary 11111111 11011110 11100100 0 1101 1011 0 101011101 1100100 1011110

Color Harmonies of #FFDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEE4

Black with #FFDEE4

Text Example


Text Example

White with #FFDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDEE4; }

 p { color: rgb(255,222,228); }

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

background-color css

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

 a { background-color: rgb(255,222,228); }

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

border-color css

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

 span { border-color: rgb(255,222,228); }

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