Html Css Color HEX #FBE5D9 Provincial Pink

📋 copy color: '#FBE5D9'

red 251 ◦ green 229 ◦ blue 217

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

Shades of Provincial Pink #FBE5D9

Tints of Provincial Pink #FBE5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.86%

 BLUE value IS 217 (85.16% from 255) = 31.13%

R = 36.01%
G = 32.86%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBE5D9 (or 0xFBE5D9) is known color: Provincial Pink. HEX triplet: FB, E5 and D9. RGB value is (251,229,217). Sum of RGB (Red+Green+Blue) = 251+229+217=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5D9 is #041A26. Grayscale: #EAEAEA. Windows color (decimal): -268839 or 14280187. OLE color: 14280187.

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

Color convert

RGB 251 229 217 -
CMYK 0 0.09 0.14 0.02
HSL 21.18º 0.81% 0.92% -
HSV(B) 21.18º 0.14% 0.98% -
XYZ 80.33 81.56 77.15 -
YUV 234.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 251 229 217 0 0.09 0.14 0.02 21.18 0.81 0.92
Hex FB E5 D9 0 9 E 2 15 51 5C
Octal 373 345 331 0 11 16 2 25 121 134
Binary 11111011 11100101 11011001 0 1001 1110 10 10101 1010001 1011100

Color Harmonies of #FBE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5D9

Black with #FBE5D9

Text Example


Text Example

White with #FBE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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