Html Css Color HEX #FBFDAC Shalimar

📋 copy color: '#FBFDAC'

red 251 ◦ green 253 ◦ blue 172

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

Shades of Shalimar #FBFDAC

Tints of Shalimar #FBFDAC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FBFDAC: hue angle of 61.48º 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 #FBFDAC is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 253 172 -
CMYK 0.01 0 0.32 0.01
HSL 61.48º 0.95% 0.83% -
HSV(B) 61.48º 0.32% 0.99% -
XYZ 82.36 93.74 52.78 -
YUV 243.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 251 253 172 0.01 0 0.32 0.01 61.48 0.95 0.83
Hex FB FD AC 1 0 20 1 3D 5F 53
Octal 373 375 254 1 0 40 1 75 137 123
Binary 11111011 11111101 10101100 1 0 100000 1 111101 1011111 1010011

Color Harmonies of #FBFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDAC

Black with #FBFDAC

Text Example


Text Example

White with #FBFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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