Html Css Color HEX #FCDDE4 Carousel Pink

📋 copy color: '#FCDDE4'

red 252 ◦ green 221 ◦ blue 228

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

Shades of Carousel Pink #FCDDE4

Tints of Carousel Pink #FCDDE4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.53%

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

R = 35.95%
G = 31.53%
B = 32.52%

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

#FCDDE4 (or 0xFCDDE4) is known color: Carousel Pink. HEX triplet: FC, DD and E4. RGB value is (252,221,228). Sum of RGB (Red+Green+Blue) = 252+221+228=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE4 is #03221B. Grayscale: #E7E7E7. Windows color (decimal): -205340 or 14999036. OLE color: 14999036.

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

Color convert

RGB 252 221 228 -
CMYK 0 0.12 0.10 0.01
HSL 346.45º 0.84% 0.93% -
HSV(B) 346.45º 0.12% 0.99% -
XYZ 80 78.01 84.24 -
YUV 231.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 252 221 228 0 0.12 0.10 0.01 346.45 0.84 0.93
Hex FC DD E4 0 C A 1 15A 54 5D
Octal 374 335 344 0 14 12 1 532 124 135
Binary 11111100 11011101 11100100 0 1100 1010 1 101011010 1010100 1011101

Color Harmonies of #FCDDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDE4

Black with #FCDDE4

Text Example


Text Example

White with #FCDDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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