Html Css Color HEX #FCDBE4 Pig Pink

📋 copy color: '#FCDBE4'

red 252 ◦ green 219 ◦ blue 228

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

Shades of Pig Pink #FCDBE4

Tints of Pig Pink #FCDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.62%

R = 36.05%
G = 31.33%
B = 32.62%

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

#FCDBE4 (or 0xFCDBE4) is known color: Pig Pink. HEX triplet: FC, DB and E4. RGB value is (252,219,228). Sum of RGB (Red+Green+Blue) = 252+219+228=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE4 is #03241B. Grayscale: #E5E5E5. Windows color (decimal): -205852 or 14998524. OLE color: 14998524.

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

Color convert

RGB 252 219 228 -
CMYK 0 0.13 0.10 0.01
HSL 343.64º 0.85% 0.92% -
HSV(B) 343.64º 0.13% 0.99% -
XYZ 79.48 76.96 84.06 -
YUV 229.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 252 219 228 0 0.13 0.10 0.01 343.64 0.85 0.92
Hex FC DB E4 0 D A 1 158 55 5C
Octal 374 333 344 0 15 12 1 530 125 134
Binary 11111100 11011011 11100100 0 1101 1010 1 101011000 1010101 1011100

Color Harmonies of #FCDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE4

Black with #FCDBE4

Text Example


Text Example

White with #FCDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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