Html Css Color HEX #FCDEE5 Carousel Pink

📋 copy color: '#FCDEE5'

red 252 ◦ green 222 ◦ blue 229

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

Shades of Carousel Pink #FCDEE5

Tints of Carousel Pink #FCDEE5

RGB

 RED value IS 252 (98.83% from 255) = 35.85%

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

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 35.85%
G = 31.58%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCDEE5 (or 0xFCDEE5) is known color: Carousel Pink. HEX triplet: FC, DE and E5. RGB value is (252,222,229). Sum of RGB (Red+Green+Blue) = 252+222+229=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE5 is #03211A. Grayscale: #E7E7E7. Windows color (decimal): -205083 or 15064828. OLE color: 15064828.

HSL color Cylindrical-coordinate representation of color #FCDEE5: hue angle of 346º degrees, saturation: 0.83, 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 #FCDEE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 222 229 -
CMYK 0 0.12 0.09 0.01
HSL 346º 0.83% 0.93% -
HSV(B) 346º 0.12% 0.99% -
XYZ 80.41 78.6 85.06 -
YUV 231.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 252 222 229 0 0.12 0.09 0.01 346 0.83 0.93
Hex FC DE E5 0 C 9 1 15A 53 5D
Octal 374 336 345 0 14 11 1 532 123 135
Binary 11111100 11011110 11100101 0 1100 1001 1 101011010 1010011 1011101

Color Harmonies of #FCDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEE5

Black with #FCDEE5

Text Example


Text Example

White with #FCDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEE5; }

 p { color: rgb(252,222,229); }

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

background-color css

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

 a { background-color: rgb(252,222,229); }

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

border-color css

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

 span { border-color: rgb(252,222,229); }

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