Html Css Color HEX #FCD9E0 Carousel Pink

📋 copy color: '#FCD9E0'

red 252 ◦ green 217 ◦ blue 224

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

Shades of Carousel Pink #FCD9E0

Tints of Carousel Pink #FCD9E0

RGB

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

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

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

R = 36.36%
G = 31.31%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCD9E0 (or 0xFCD9E0) is known color: Carousel Pink. HEX triplet: FC, D9 and E0. RGB value is (252,217,224). Sum of RGB (Red+Green+Blue) = 252+217+224=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9E0 is #03261F. Grayscale: #E4E4E4. Windows color (decimal): -206368 or 14735868. OLE color: 14735868.

HSL color Cylindrical-coordinate representation of color #FCD9E0: hue angle of 348º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9E0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 224 -
CMYK 0 0.14 0.11 0.01
HSL 348º 0.85% 0.92% -
HSV(B) 348º 0.14% 0.99% -
XYZ 78.41 75.7 81 -
YUV 228.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 252 217 224 0 0.14 0.11 0.01 348 0.85 0.92
Hex FC D9 E0 0 E B 1 15C 55 5C
Octal 374 331 340 0 16 13 1 534 125 134
Binary 11111100 11011001 11100000 0 1110 1011 1 101011100 1010101 1011100

Color Harmonies of #FCD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9E0

Black with #FCD9E0

Text Example


Text Example

White with #FCD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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