Html Css Color HEX #FCDEE4 Carousel Pink

📋 copy color: '#FCDEE4'

red 252 ◦ green 222 ◦ blue 228

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

Shades of Carousel Pink #FCDEE4

Tints of Carousel Pink #FCDEE4

RGB

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

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

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

R = 35.9%
G = 31.62%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCDEE4 (or 0xFCDEE4) is known color: Carousel Pink. HEX triplet: FC, DE and E4. RGB value is (252,222,228). Sum of RGB (Red+Green+Blue) = 252+222+228=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE4 is #03211B. Grayscale: #E7E7E7. Windows color (decimal): -205084 or 14999292. OLE color: 14999292.

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

Color convert

RGB 252 222 228 -
CMYK 0 0.12 0.10 0.01
HSL 348º 0.83% 0.93% -
HSV(B) 348º 0.12% 0.99% -
XYZ 80.27 78.54 84.33 -
YUV 231.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 252 222 228 0 0.12 0.10 0.01 348 0.83 0.93
Hex FC DE E4 0 C A 1 15C 53 5D
Octal 374 336 344 0 14 12 1 534 123 135
Binary 11111100 11011110 11100100 0 1100 1010 1 101011100 1010011 1011101

Color Harmonies of #FCDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEE4

Black with #FCDEE4

Text Example


Text Example

White with #FCDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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