Html Css Color HEX #FBDFC3 Sazerac

📋 copy color: '#FBDFC3'

red 251 ◦ green 223 ◦ blue 195

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

Shades of Sazerac #FBDFC3

Tints of Sazerac #FBDFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 37.52%
G = 33.33%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBDFC3 (or 0xFBDFC3) is known color: Sazerac. HEX triplet: FB, DF and C3. RGB value is (251,223,195). Sum of RGB (Red+Green+Blue) = 251+223+195=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC3 is #04203C. Grayscale: #E4E4E4. Windows color (decimal): -270397 or 12836859. OLE color: 12836859.

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

Color convert

RGB 251 223 195 -
CMYK 0 0.11 0.22 0.02
HSL 30º 0.88% 0.87% -
HSV(B) 30º 0.22% 0.98% -
XYZ 76.02 77.22 62.53 -
YUV 228.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 251 223 195 0 0.11 0.22 0.02 30 0.88 0.87
Hex FB DF C3 0 B 16 2 1E 58 57
Octal 373 337 303 0 13 26 2 36 130 127
Binary 11111011 11011111 11000011 0 1011 10110 10 11110 1011000 1010111

Color Harmonies of #FBDFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFC3

Black with #FBDFC3

Text Example


Text Example

White with #FBDFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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