Html Css Color HEX #FBE5DA Provincial Pink

📋 copy color: '#FBE5DA'

red 251 ◦ green 229 ◦ blue 218

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

Shades of Provincial Pink #FBE5DA

Tints of Provincial Pink #FBE5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.23%

R = 35.96%
G = 32.81%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBE5DA (or 0xFBE5DA) is known color: Provincial Pink. HEX triplet: FB, E5 and DA. RGB value is (251,229,218). Sum of RGB (Red+Green+Blue) = 251+229+218=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DA is #041A25. Grayscale: #EAEAEA. Windows color (decimal): -268838 or 14345723. OLE color: 14345723.

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

Color convert

RGB 251 229 218 -
CMYK 0 0.09 0.13 0.02
HSL 20º 0.8% 0.92% -
HSV(B) 20º 0.13% 0.98% -
XYZ 80.46 81.61 77.84 -
YUV 234.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 251 229 218 0 0.09 0.13 0.02 20 0.8 0.92
Hex FB E5 DA 0 9 D 2 14 50 5C
Octal 373 345 332 0 11 15 2 24 120 134
Binary 11111011 11100101 11011010 0 1001 1101 10 10100 1010000 1011100

Color Harmonies of #FBE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5DA

Black with #FBE5DA

Text Example


Text Example

White with #FBE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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