Html Css Color HEX #FBE2D2 Provincial Pink

📋 copy color: '#FBE2D2'

red 251 ◦ green 226 ◦ blue 210

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

Shades of Provincial Pink #FBE2D2

Tints of Provincial Pink #FBE2D2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.9%

 BLUE value IS 210 (82.42% from 255) = 30.57%

R = 36.54%
G = 32.9%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBE2D2 (or 0xFBE2D2) is known color: Provincial Pink. HEX triplet: FB, E2 and D2. RGB value is (251,226,210). Sum of RGB (Red+Green+Blue) = 251+226+210=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D2 is #041D2D. Grayscale: #E7E7E7. Windows color (decimal): -269614 or 13820667. OLE color: 13820667.

HSL color Cylindrical-coordinate representation of color #FBE2D2: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBE2D2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 210 -
CMYK 0 0.10 0.16 0.02
HSL 23.41º 0.84% 0.9% -
HSV(B) 23.41º 0.16% 0.98% -
XYZ 78.61 79.56 72.19 -
YUV 231.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 251 226 210 0 0.10 0.16 0.02 23.41 0.84 0.9
Hex FB E2 D2 0 A 10 2 17 54 5A
Octal 373 342 322 0 12 20 2 27 124 132
Binary 11111011 11100010 11010010 0 1010 10000 10 10111 1010100 1011010

Color Harmonies of #FBE2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2D2

Black with #FBE2D2

Text Example


Text Example

White with #FBE2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2D2; }

 p { color: rgb(251,226,210); }

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

background-color css

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

 a { background-color: rgb(251,226,210); }

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

border-color css

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

 span { border-color: rgb(251,226,210); }

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