Html Css Color HEX #FCF4B2 Shalimar

📋 copy color: '#FCF4B2'

red 252 ◦ green 244 ◦ blue 178

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

Shades of Shalimar #FCF4B2

Tints of Shalimar #FCF4B2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.2%

 BLUE value IS 178 (69.92% from 255) = 26.41%

R = 37.39%
G = 36.2%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCF4B2 (or 0xFCF4B2) is known color: Shalimar. HEX triplet: FC, F4 and B2. RGB value is (252,244,178). Sum of RGB (Red+Green+Blue) = 252+244+178=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 178 (69.92% from 255 or 26.41% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4B2 is #030B4D. Grayscale: #EFEFEF. Windows color (decimal): -199502 or 11728124. OLE color: 11728124.

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

Color convert

RGB 252 244 178 -
CMYK 0 0.03 0.29 0.01
HSL 53.51º 0.93% 0.84% -
HSV(B) 53.51º 0.29% 0.99% -
XYZ 80.53 88.61 54.98 -
YUV 238.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 252 244 178 0 0.03 0.29 0.01 53.51 0.93 0.84
Hex FC F4 B2 0 3 1D 1 36 5C 54
Octal 374 364 262 0 3 35 1 66 134 124
Binary 11111100 11110100 10110010 0 11 11101 1 110110 1011100 1010100

Color Harmonies of #FCF4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4B2

Black with #FCF4B2

Text Example


Text Example

White with #FCF4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4B2; }

 p { color: rgb(252,244,178); }

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

background-color css

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

 a { background-color: rgb(252,244,178); }

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

border-color css

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

 span { border-color: rgb(252,244,178); }

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