Html Css Color HEX #FCFBAF Shalimar

📋 copy color: '#FCFBAF'

red 252 ◦ green 251 ◦ blue 175

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

Shades of Shalimar #FCFBAF

Tints of Shalimar #FCFBAF

RGB

 RED value IS 252 (98.83% from 255) = 37.17%

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

 BLUE value IS 175 (68.75% from 255) = 25.81%

R = 37.17%
G = 37.02%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCFBAF (or 0xFCFBAF) is known color: Shalimar. HEX triplet: FC, FB and AF. RGB value is (252,251,175). Sum of RGB (Red+Green+Blue) = 252+251+175=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 175 (68.75% from 255 or 25.81% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBAF is #030450. Grayscale: #F2F2F2. Windows color (decimal): -197713 or 11533308. OLE color: 11533308.

HSL color Cylindrical-coordinate representation of color #FCFBAF: hue angle of 59.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCFBAF is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 175 -
CMYK 0 0.00 0.31 0.01
HSL 59.22º 0.93% 0.84% -
HSV(B) 59.22º 0.31% 0.99% -
XYZ 82.38 92.78 54.12 -
YUV 242.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 252 251 175 0 0.00 0.31 0.01 59.22 0.93 0.84
Hex FC FB AF 0 0 1F 1 3B 5D 54
Octal 374 373 257 0 0 37 1 73 135 124
Binary 11111100 11111011 10101111 0 0 11111 1 111011 1011101 1010100

Color Harmonies of #FCFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBAF

Black with #FCFBAF

Text Example


Text Example

White with #FCFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBAF; }

 p { color: rgb(252,251,175); }

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

background-color css

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

 a { background-color: rgb(252,251,175); }

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

border-color css

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

 span { border-color: rgb(252,251,175); }

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