Html Css Color HEX #FBE5D7 Provincial Pink

📋 copy color: '#FBE5D7'

red 251 ◦ green 229 ◦ blue 215

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

Shades of Provincial Pink #FBE5D7

Tints of Provincial Pink #FBE5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.94%

R = 36.12%
G = 32.95%
B = 30.94%

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

#FBE5D7 (or 0xFBE5D7) is known color: Provincial Pink. HEX triplet: FB, E5 and D7. RGB value is (251,229,215). Sum of RGB (Red+Green+Blue) = 251+229+215=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5D7 is #041A28. Grayscale: #EAEAEA. Windows color (decimal): -268841 or 14149115. OLE color: 14149115.

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

Color convert

RGB 251 229 215 -
CMYK 0 0.09 0.14 0.02
HSL 23.33º 0.82% 0.91% -
HSV(B) 23.33º 0.14% 0.98% -
XYZ 80.07 81.45 75.79 -
YUV 233.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 251 229 215 0 0.09 0.14 0.02 23.33 0.82 0.91
Hex FB E5 D7 0 9 E 2 17 52 5B
Octal 373 345 327 0 11 16 2 27 122 133
Binary 11111011 11100101 11010111 0 1001 1110 10 10111 1010010 1011011

Color Harmonies of #FBE5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5D7

Black with #FBE5D7

Text Example


Text Example

White with #FBE5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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