Html Css Color HEX #FBE1D2 Provincial Pink

📋 copy color: '#FBE1D2'

red 251 ◦ green 225 ◦ blue 210

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

Shades of Provincial Pink #FBE1D2

Tints of Provincial Pink #FBE1D2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.8%

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

R = 36.59%
G = 32.8%
B = 30.61%

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

#FBE1D2 (or 0xFBE1D2) is known color: Provincial Pink. HEX triplet: FB, E1 and D2. RGB value is (251,225,210). Sum of RGB (Red+Green+Blue) = 251+225+210=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1D2 is #041E2D. Grayscale: #E7E7E7. Windows color (decimal): -269870 or 13820411. OLE color: 13820411.

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

Color convert

RGB 251 225 210 -
CMYK 0 0.10 0.16 0.02
HSL 21.95º 0.84% 0.9% -
HSV(B) 21.95º 0.16% 0.98% -
XYZ 78.34 79.01 72.09 -
YUV 231.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 251 225 210 0 0.10 0.16 0.02 21.95 0.84 0.9
Hex FB E1 D2 0 A 10 2 16 54 5A
Octal 373 341 322 0 12 20 2 26 124 132
Binary 11111011 11100001 11010010 0 1010 10000 10 10110 1010100 1011010

Color Harmonies of #FBE1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1D2

Black with #FBE1D2

Text Example


Text Example

White with #FBE1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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