Html Css Color HEX #FBD9F0 Pig Pink

📋 copy color: '#FBD9F0'

red 251 ◦ green 217 ◦ blue 240

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

Shades of Pig Pink #FBD9F0

Tints of Pig Pink #FBD9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.65%

 BLUE value IS 240 (94.14% from 255) = 33.9%

R = 35.45%
G = 30.65%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBD9F0 (or 0xFBD9F0) is known color: Pig Pink. HEX triplet: FB, D9 and F0. RGB value is (251,217,240). Sum of RGB (Red+Green+Blue) = 251+217+240=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F0 is #04260F. Grayscale: #E5E5E5. Windows color (decimal): -271888 or 15784443. OLE color: 15784443.

HSL color Cylindrical-coordinate representation of color #FBD9F0: hue angle of 319.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD9F0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 217 240 -
CMYK 0 0.14 0.04 0.02
HSL 319.41º 0.81% 0.92% -
HSV(B) 319.41º 0.14% 0.98% -
XYZ 80.32 76.43 92.96 -
YUV 229.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 251 217 240 0 0.14 0.04 0.02 319.41 0.81 0.92
Hex FB D9 F0 0 E 4 2 13F 51 5C
Octal 373 331 360 0 16 4 2 477 121 134
Binary 11111011 11011001 11110000 0 1110 100 10 100111111 1010001 1011100

Color Harmonies of #FBD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9F0

Black with #FBD9F0

Text Example


Text Example

White with #FBD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9F0; }

 p { color: rgb(251,217,240); }

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

background-color css

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

 a { background-color: rgb(251,217,240); }

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

border-color css

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

 span { border-color: rgb(251,217,240); }

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