Html Css Color HEX #FCDBEE Pig Pink

📋 copy color: '#FCDBEE'

red 252 ◦ green 219 ◦ blue 238

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

Shades of Pig Pink #FCDBEE

Tints of Pig Pink #FCDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.57%

R = 35.54%
G = 30.89%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDBEE (or 0xFCDBEE) is known color: Pig Pink. HEX triplet: FC, DB and EE. RGB value is (252,219,238). Sum of RGB (Red+Green+Blue) = 252+219+238=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBEE is #032411. Grayscale: #E6E6E6. Windows color (decimal): -205842 or 15653884. OLE color: 15653884.

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

Color convert

RGB 252 219 238 -
CMYK 0 0.13 0.06 0.01
HSL 325.45º 0.85% 0.92% -
HSV(B) 325.45º 0.13% 0.99% -
XYZ 80.91 77.53 91.59 -
YUV 231.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 252 219 238 0 0.13 0.06 0.01 325.45 0.85 0.92
Hex FC DB EE 0 D 6 1 145 55 5C
Octal 374 333 356 0 15 6 1 505 125 134
Binary 11111100 11011011 11101110 0 1101 110 1 101000101 1010101 1011100

Color Harmonies of #FCDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBEE

Black with #FCDBEE

Text Example


Text Example

White with #FCDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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