Html Css Color HEX #FBD4DF Pig Pink

📋 copy color: '#FBD4DF'

red 251 ◦ green 212 ◦ blue 223

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

Shades of Pig Pink #FBD4DF

Tints of Pig Pink #FBD4DF

RGB

 RED value IS 251 (98.44% from 255) = 36.59%

 GREEN value IS 212 (83.2% from 255) = 30.9%

 BLUE value IS 223 (87.5% from 255) = 32.51%

R = 36.59%
G = 30.9%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBD4DF (or 0xFBD4DF) is known color: Pig Pink. HEX triplet: FB, D4 and DF. RGB value is (251,212,223). Sum of RGB (Red+Green+Blue) = 251+212+223=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4DF is #042B20. Grayscale: #E0E0E0. Windows color (decimal): -273185 or 14669051. OLE color: 14669051.

HSL color Cylindrical-coordinate representation of color #FBD4DF: hue angle of 343.08º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD4DF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 212 223 -
CMYK 0 0.16 0.11 0.02
HSL 343.08º 0.83% 0.91% -
HSV(B) 343.08º 0.16% 0.98% -
XYZ 76.65 72.92 79.85 -
YUV 224.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 251 212 223 0 0.16 0.11 0.02 343.08 0.83 0.91
Hex FB D4 DF 0 10 B 2 157 53 5B
Octal 373 324 337 0 20 13 2 527 123 133
Binary 11111011 11010100 11011111 0 10000 1011 10 101010111 1010011 1011011

Color Harmonies of #FBD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD4DF

Black with #FBD4DF

Text Example


Text Example

White with #FBD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD4DF; }

 p { color: rgb(251,212,223); }

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

background-color css

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

 a { background-color: rgb(251,212,223); }

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

border-color css

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

 span { border-color: rgb(251,212,223); }

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