Html Css Color HEX #FCDBE3 Carousel Pink

📋 copy color: '#FCDBE3'

red 252 ◦ green 219 ◦ blue 227

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

Shades of Carousel Pink #FCDBE3

Tints of Carousel Pink #FCDBE3

RGB

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

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

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

R = 36.1%
G = 31.38%
B = 32.52%

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

#FCDBE3 (or 0xFCDBE3) is known color: Carousel Pink. HEX triplet: FC, DB and E3. RGB value is (252,219,227). Sum of RGB (Red+Green+Blue) = 252+219+227=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE3 is #03241C. Grayscale: #E5E5E5. Windows color (decimal): -205853 or 14932988. OLE color: 14932988.

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

Color convert

RGB 252 219 227 -
CMYK 0 0.13 0.10 0.01
HSL 345.45º 0.85% 0.92% -
HSV(B) 345.45º 0.13% 0.99% -
XYZ 79.34 76.9 83.34 -
YUV 229.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 252 219 227 0 0.13 0.10 0.01 345.45 0.85 0.92
Hex FC DB E3 0 D A 1 159 55 5C
Octal 374 333 343 0 15 12 1 531 125 134
Binary 11111100 11011011 11100011 0 1101 1010 1 101011001 1010101 1011100

Color Harmonies of #FCDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE3

Black with #FCDBE3

Text Example


Text Example

White with #FCDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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