Html Css Color HEX #FEFCAF Shalimar

📋 copy color: '#FEFCAF'

red 254 ◦ green 252 ◦ blue 175

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

Shades of Shalimar #FEFCAF

Tints of Shalimar #FEFCAF

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 252 (98.83% from 255) = 37%

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

R = 37.3%
G = 37%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEFCAF (or 0xFEFCAF) is known color: Shalimar. HEX triplet: FE, FC and AF. RGB value is (254,252,175). Sum of RGB (Red+Green+Blue) = 254+252+175=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 175 (68.75% from 255 or 25.70% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCAF is #010350. Grayscale: #F4F4F4. Windows color (decimal): -66385 or 11533566. OLE color: 11533566.

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

Color convert

RGB 254 252 175 -
CMYK 0 0.01 0.31 0.00
HSL 58.48º 0.98% 0.84% -
HSV(B) 58.48º 0.31% 1% -
XYZ 83.42 93.79 54.26 -
YUV 243.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 254 252 175 0 0.01 0.31 0.00 58.48 0.98 0.84
Hex FE FC AF 0 1 1F 0 3A 62 54
Octal 376 374 257 0 1 37 0 72 142 124
Binary 11111110 11111100 10101111 0 1 11111 0 111010 1100010 1010100

Color Harmonies of #FEFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCAF

Black with #FEFCAF

Text Example


Text Example

White with #FEFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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