Html Css Color HEX #FCDAE2 Carousel Pink

📋 copy color: '#FCDAE2'

red 252 ◦ green 218 ◦ blue 226

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

Shades of Carousel Pink #FCDAE2

Tints of Carousel Pink #FCDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.32%

 BLUE value IS 226 (88.67% from 255) = 32.47%

R = 36.21%
G = 31.32%
B = 32.47%

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

#FCDAE2 (or 0xFCDAE2) is known color: Carousel Pink. HEX triplet: FC, DA and E2. RGB value is (252,218,226). Sum of RGB (Red+Green+Blue) = 252+218+226=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE2 is #03251D. Grayscale: #E5E5E5. Windows color (decimal): -206110 or 14867196. OLE color: 14867196.

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

Color convert

RGB 252 218 226 -
CMYK 0 0.13 0.10 0.01
HSL 345.88º 0.85% 0.92% -
HSV(B) 345.88º 0.13% 0.99% -
XYZ 78.94 76.33 82.52 -
YUV 229.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 252 218 226 0 0.13 0.10 0.01 345.88 0.85 0.92
Hex FC DA E2 0 D A 1 15A 55 5C
Octal 374 332 342 0 15 12 1 532 125 134
Binary 11111100 11011010 11100010 0 1101 1010 1 101011010 1010101 1011100

Color Harmonies of #FCDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE2

Black with #FCDAE2

Text Example


Text Example

White with #FCDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE2; }

 p { color: rgb(252,218,226); }

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

background-color css

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

 a { background-color: rgb(252,218,226); }

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

border-color css

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

 span { border-color: rgb(252,218,226); }

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