Html Css Color HEX #FDFBAC Shalimar

📋 copy color: '#FDFBAC'

red 253 ◦ green 251 ◦ blue 172

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

Shades of Shalimar #FDFBAC

Tints of Shalimar #FDFBAC

RGB

 RED value IS 253 (99.22% from 255) = 37.43%

 GREEN value IS 251 (98.44% from 255) = 37.13%

 BLUE value IS 172 (67.58% from 255) = 25.44%

R = 37.43%
G = 37.13%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDFBAC (or 0xFDFBAC) is known color: Shalimar. HEX triplet: FD, FB and AC. RGB value is (253,251,172). Sum of RGB (Red+Green+Blue) = 253+251+172=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAC is #020453. Grayscale: #F2F2F2. Windows color (decimal): -132180 or 11336701. OLE color: 11336701.

HSL color Cylindrical-coordinate representation of color #FDFBAC: hue angle of 58.52º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDFBAC is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 172 -
CMYK 0 0.01 0.32 0.01
HSL 58.52º 0.95% 0.83% -
HSV(B) 58.52º 0.32% 0.99% -
XYZ 82.45 92.86 52.61 -
YUV 242.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 253 251 172 0 0.01 0.32 0.01 58.52 0.95 0.83
Hex FD FB AC 0 1 20 1 3B 5F 53
Octal 375 373 254 0 1 40 1 73 137 123
Binary 11111101 11111011 10101100 0 1 100000 1 111011 1011111 1010011

Color Harmonies of #FDFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBAC

Black with #FDFBAC

Text Example


Text Example

White with #FDFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBAC; }

 p { color: rgb(253,251,172); }

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

background-color css

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

 a { background-color: rgb(253,251,172); }

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

border-color css

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

 span { border-color: rgb(253,251,172); }

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