Html Css Color HEX #FCDAE1 Carousel Pink

📋 copy color: '#FCDAE1'

red 252 ◦ green 218 ◦ blue 225

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

Shades of Carousel Pink #FCDAE1

Tints of Carousel Pink #FCDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.37%

R = 36.26%
G = 31.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCDAE1 (or 0xFCDAE1) is known color: Carousel Pink. HEX triplet: FC, DA and E1. RGB value is (252,218,225). Sum of RGB (Red+Green+Blue) = 252+218+225=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE1 is #03251E. Grayscale: #E4E4E4. Windows color (decimal): -206111 or 14801660. OLE color: 14801660.

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

Color convert

RGB 252 218 225 -
CMYK 0 0.13 0.11 0.01
HSL 347.65º 0.85% 0.92% -
HSV(B) 347.65º 0.13% 0.99% -
XYZ 78.81 76.27 81.8 -
YUV 228.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 252 218 225 0 0.13 0.11 0.01 347.65 0.85 0.92
Hex FC DA E1 0 D B 1 15C 55 5C
Octal 374 332 341 0 15 13 1 534 125 134
Binary 11111100 11011010 11100001 0 1101 1011 1 101011100 1010101 1011100

Color Harmonies of #FCDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE1

Black with #FCDAE1

Text Example


Text Example

White with #FCDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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