Html Css Color HEX #FBE0CF Provincial Pink

📋 copy color: '#FBE0CF'

red 251 ◦ green 224 ◦ blue 207

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

Shades of Provincial Pink #FBE0CF

Tints of Provincial Pink #FBE0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.84%

 BLUE value IS 207 (81.25% from 255) = 30.35%

R = 36.8%
G = 32.84%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBE0CF (or 0xFBE0CF) is known color: Provincial Pink. HEX triplet: FB, E0 and CF. RGB value is (251,224,207). Sum of RGB (Red+Green+Blue) = 251+224+207=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0CF is #041F30. Grayscale: #E6E6E6. Windows color (decimal): -270129 or 13623547. OLE color: 13623547.

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

Color convert

RGB 251 224 207 -
CMYK 0 0.11 0.18 0.02
HSL 23.18º 0.85% 0.9% -
HSV(B) 23.18º 0.18% 0.98% -
XYZ 77.7 78.33 70.05 -
YUV 230.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 251 224 207 0 0.11 0.18 0.02 23.18 0.85 0.9
Hex FB E0 CF 0 B 12 2 17 55 5A
Octal 373 340 317 0 13 22 2 27 125 132
Binary 11111011 11100000 11001111 0 1011 10010 10 10111 1010101 1011010

Color Harmonies of #FBE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0CF

Black with #FBE0CF

Text Example


Text Example

White with #FBE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0CF; }

 p { color: rgb(251,224,207); }

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

background-color css

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

 a { background-color: rgb(251,224,207); }

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

border-color css

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

 span { border-color: rgb(251,224,207); }

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