Html Css Color HEX #FBD4EF Pig Pink

📋 copy color: '#FBD4EF'

red 251 ◦ green 212 ◦ blue 239

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

Shades of Pig Pink #FBD4EF

Tints of Pig Pink #FBD4EF

RGB

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

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

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

R = 35.75%
G = 30.2%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBD4EF (or 0xFBD4EF) is known color: Pig Pink. HEX triplet: FB, D4 and EF. RGB value is (251,212,239). Sum of RGB (Red+Green+Blue) = 251+212+239=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4EF is #042B10. Grayscale: #E2E2E2. Windows color (decimal): -273169 or 15717627. OLE color: 15717627.

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

Color convert

RGB 251 212 239 -
CMYK 0 0.16 0.05 0.02
HSL 318.46º 0.83% 0.91% -
HSV(B) 318.46º 0.16% 0.98% -
XYZ 78.91 73.83 91.75 -
YUV 226.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 251 212 239 0 0.16 0.05 0.02 318.46 0.83 0.91
Hex FB D4 EF 0 10 5 2 13E 53 5B
Octal 373 324 357 0 20 5 2 476 123 133
Binary 11111011 11010100 11101111 0 10000 101 10 100111110 1010011 1011011

Color Harmonies of #FBD4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD4EF

Black with #FBD4EF

Text Example


Text Example

White with #FBD4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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