Html Css Color HEX #FCDBEF Pig Pink

📋 copy color: '#FCDBEF'

red 252 ◦ green 219 ◦ blue 239

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

Shades of Pig Pink #FCDBEF

Tints of Pig Pink #FCDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.66%

R = 35.49%
G = 30.85%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDBEF (or 0xFCDBEF) is known color: Pig Pink. HEX triplet: FC, DB and EF. RGB value is (252,219,239). Sum of RGB (Red+Green+Blue) = 252+219+239=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBEF is #032410. Grayscale: #E7E7E7. Windows color (decimal): -205841 or 15719420. OLE color: 15719420.

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

Color convert

RGB 252 219 239 -
CMYK 0 0.13 0.05 0.01
HSL 323.64º 0.85% 0.92% -
HSV(B) 323.64º 0.13% 0.99% -
XYZ 81.06 77.59 92.37 -
YUV 231.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 252 219 239 0 0.13 0.05 0.01 323.64 0.85 0.92
Hex FC DB EF 0 D 5 1 144 55 5C
Octal 374 333 357 0 15 5 1 504 125 134
Binary 11111100 11011011 11101111 0 1101 101 1 101000100 1010101 1011100

Color Harmonies of #FCDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBEF

Black with #FCDBEF

Text Example


Text Example

White with #FCDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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