Html Css Color HEX #FBE5D8 Provincial Pink

📋 copy color: '#FBE5D8'

red 251 ◦ green 229 ◦ blue 216

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

Shades of Provincial Pink #FBE5D8

Tints of Provincial Pink #FBE5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.03%

R = 36.06%
G = 32.9%
B = 31.03%

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

#FBE5D8 (or 0xFBE5D8) is known color: Provincial Pink. HEX triplet: FB, E5 and D8. RGB value is (251,229,216). Sum of RGB (Red+Green+Blue) = 251+229+216=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5D8 is #041A27. Grayscale: #EAEAEA. Windows color (decimal): -268840 or 14214651. OLE color: 14214651.

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

Color convert

RGB 251 229 216 -
CMYK 0 0.09 0.14 0.02
HSL 22.29º 0.81% 0.92% -
HSV(B) 22.29º 0.14% 0.98% -
XYZ 80.2 81.51 76.47 -
YUV 234.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 251 229 216 0 0.09 0.14 0.02 22.29 0.81 0.92
Hex FB E5 D8 0 9 E 2 16 51 5C
Octal 373 345 330 0 11 16 2 26 121 134
Binary 11111011 11100101 11011000 0 1001 1110 10 10110 1010001 1011100

Color Harmonies of #FBE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5D8

Black with #FBE5D8

Text Example


Text Example

White with #FBE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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