Html Css Color HEX #FCDBE7 Pig Pink

📋 copy color: '#FCDBE7'

red 252 ◦ green 219 ◦ blue 231

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

Shades of Pig Pink #FCDBE7

Tints of Pig Pink #FCDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.91%

R = 35.9%
G = 31.2%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDBE7 (or 0xFCDBE7) is known color: Pig Pink. HEX triplet: FC, DB and E7. RGB value is (252,219,231). Sum of RGB (Red+Green+Blue) = 252+219+231=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBE7 is #032418. Grayscale: #E6E6E6. Windows color (decimal): -205849 or 15195132. OLE color: 15195132.

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

Color convert

RGB 252 219 231 -
CMYK 0 0.13 0.08 0.01
HSL 338.18º 0.85% 0.92% -
HSV(B) 338.18º 0.13% 0.99% -
XYZ 79.9 77.13 86.28 -
YUV 230.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 252 219 231 0 0.13 0.08 0.01 338.18 0.85 0.92
Hex FC DB E7 0 D 8 1 152 55 5C
Octal 374 333 347 0 15 10 1 522 125 134
Binary 11111100 11011011 11100111 0 1101 1000 1 101010010 1010101 1011100

Color Harmonies of #FCDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE7

Black with #FCDBE7

Text Example


Text Example

White with #FCDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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