Html Css Color HEX #FCDBE2 Carousel Pink

📋 copy color: '#FCDBE2'

red 252 ◦ green 219 ◦ blue 226

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

Shades of Carousel Pink #FCDBE2

Tints of Carousel Pink #FCDBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.42%

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

R = 36.15%
G = 31.42%
B = 32.42%

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

#FCDBE2 (or 0xFCDBE2) is known color: Carousel Pink. HEX triplet: FC, DB and E2. RGB value is (252,219,226). Sum of RGB (Red+Green+Blue) = 252+219+226=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE2 is #03241D. Grayscale: #E5E5E5. Windows color (decimal): -205854 or 14867452. OLE color: 14867452.

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

Color convert

RGB 252 219 226 -
CMYK 0 0.13 0.10 0.01
HSL 347.27º 0.85% 0.92% -
HSV(B) 347.27º 0.13% 0.99% -
XYZ 79.2 76.85 82.61 -
YUV 229.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 252 219 226 0 0.13 0.10 0.01 347.27 0.85 0.92
Hex FC DB E2 0 D A 1 15B 55 5C
Octal 374 333 342 0 15 12 1 533 125 134
Binary 11111100 11011011 11100010 0 1101 1010 1 101011011 1010101 1011100

Color Harmonies of #FCDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE2

Black with #FCDBE2

Text Example


Text Example

White with #FCDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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