Html Css Color HEX #FCDDE3 Carousel Pink

📋 copy color: '#FCDDE3'

red 252 ◦ green 221 ◦ blue 227

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

Shades of Carousel Pink #FCDDE3

Tints of Carousel Pink #FCDDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.43%

R = 36%
G = 31.57%
B = 32.43%

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

#FCDDE3 (or 0xFCDDE3) is known color: Carousel Pink. HEX triplet: FC, DD and E3. RGB value is (252,221,227). Sum of RGB (Red+Green+Blue) = 252+221+227=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE3 is #03221C. Grayscale: #E6E6E6. Windows color (decimal): -205341 or 14933500. OLE color: 14933500.

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

Color convert

RGB 252 221 227 -
CMYK 0 0.12 0.10 0.01
HSL 348.39º 0.84% 0.93% -
HSV(B) 348.39º 0.12% 0.99% -
XYZ 79.87 77.95 83.51 -
YUV 230.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 252 221 227 0 0.12 0.10 0.01 348.39 0.84 0.93
Hex FC DD E3 0 C A 1 15C 54 5D
Octal 374 335 343 0 14 12 1 534 124 135
Binary 11111100 11011101 11100011 0 1100 1010 1 101011100 1010100 1011101

Color Harmonies of #FCDDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDE3

Black with #FCDDE3

Text Example


Text Example

White with #FCDDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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