Html Css Color HEX #FCED93 Picasso

📋 copy color: '#FCED93'

red 252 ◦ green 237 ◦ blue 147

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

Shades of Picasso #FCED93

Tints of Picasso #FCED93

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 147 (57.81% from 255) = 23.11%

R = 39.62%
G = 37.26%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCED93 (or 0xFCED93) is known color: Picasso. HEX triplet: FC, ED and 93. RGB value is (252,237,147). Sum of RGB (Red+Green+Blue) = 252+237+147=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 147 (57.81% from 255 or 23.11% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED93 is #03126C. Grayscale: #E7E7E7. Windows color (decimal): -201325 or 9694716. OLE color: 9694716.

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

Color convert

RGB 252 237 147 -
CMYK 0 0.06 0.42 0.01
HSL 51.43º 0.95% 0.78% -
HSV(B) 51.43º 0.42% 0.99% -
XYZ 75.7 83.37 39.71 -
YUV 231.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 252 237 147 0 0.06 0.42 0.01 51.43 0.95 0.78
Hex FC ED 93 0 6 2A 1 33 5F 4E
Octal 374 355 223 0 6 52 1 63 137 116
Binary 11111100 11101101 10010011 0 110 101010 1 110011 1011111 1001110

Color Harmonies of #FCED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED93

Black with #FCED93

Text Example


Text Example

White with #FCED93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED93; }

 p { color: rgb(252,237,147); }

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

background-color css

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

 a { background-color: rgb(252,237,147); }

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

border-color css

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

 span { border-color: rgb(252,237,147); }

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