Html Css Color HEX #FCDCE4 Carousel Pink

📋 copy color: '#FCDCE4'

red 252 ◦ green 220 ◦ blue 228

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

Shades of Carousel Pink #FCDCE4

Tints of Carousel Pink #FCDCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.43%

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

R = 36%
G = 31.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCDCE4 (or 0xFCDCE4) is known color: Carousel Pink. HEX triplet: FC, DC and E4. RGB value is (252,220,228). Sum of RGB (Red+Green+Blue) = 252+220+228=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCE4 is #03231B. Grayscale: #E6E6E6. Windows color (decimal): -205596 or 14998780. OLE color: 14998780.

HSL color Cylindrical-coordinate representation of color #FCDCE4: hue angle of 345º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCE4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 228 -
CMYK 0 0.13 0.10 0.01
HSL 345º 0.84% 0.93% -
HSV(B) 345º 0.13% 0.99% -
XYZ 79.74 77.48 84.15 -
YUV 230.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 252 220 228 0 0.13 0.10 0.01 345 0.84 0.93
Hex FC DC E4 0 D A 1 159 54 5D
Octal 374 334 344 0 15 12 1 531 124 135
Binary 11111100 11011100 11100100 0 1101 1010 1 101011001 1010100 1011101

Color Harmonies of #FCDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCE4

Black with #FCDCE4

Text Example


Text Example

White with #FCDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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