Html Css Color HEX #FBDFCF Provincial Pink

📋 copy color: '#FBDFCF'

red 251 ◦ green 223 ◦ blue 207

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

Shades of Provincial Pink #FBDFCF

Tints of Provincial Pink #FBDFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.75%

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

R = 36.86%
G = 32.75%
B = 30.4%

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

#FBDFCF (or 0xFBDFCF) is known color: Provincial Pink. HEX triplet: FB, DF and CF. RGB value is (251,223,207). Sum of RGB (Red+Green+Blue) = 251+223+207=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFCF is #042030. Grayscale: #E5E5E5. Windows color (decimal): -270385 or 13623291. OLE color: 13623291.

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

Color convert

RGB 251 223 207 -
CMYK 0 0.11 0.18 0.02
HSL 21.82º 0.85% 0.9% -
HSV(B) 21.82º 0.18% 0.98% -
XYZ 77.43 77.79 69.97 -
YUV 229.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 251 223 207 0 0.11 0.18 0.02 21.82 0.85 0.9
Hex FB DF CF 0 B 12 2 16 55 5A
Octal 373 337 317 0 13 22 2 26 125 132
Binary 11111011 11011111 11001111 0 1011 10010 10 10110 1010101 1011010

Color Harmonies of #FBDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFCF

Black with #FBDFCF

Text Example


Text Example

White with #FBDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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