Html Css Color HEX #FDEF94 Picasso

📋 copy color: '#FDEF94'

red 253 ◦ green 239 ◦ blue 148

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

Shades of Picasso #FDEF94

Tints of Picasso #FDEF94

RGB

 RED value IS 253 (99.22% from 255) = 39.53%

 GREEN value IS 239 (93.75% from 255) = 37.34%

 BLUE value IS 148 (58.2% from 255) = 23.13%

R = 39.53%
G = 37.34%
B = 23.13%

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

#FDEF94 (or 0xFDEF94) is known color: Picasso. HEX triplet: FD, EF and 94. RGB value is (253,239,148). Sum of RGB (Red+Green+Blue) = 253+239+148=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 148 (58.20% from 255 or 23.12% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF94 is #02106B. Grayscale: #E9E9E9. Windows color (decimal): -135276 or 9760765. OLE color: 9760765.

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

Color convert

RGB 253 239 148 -
CMYK 0 0.06 0.42 0.01
HSL 52º 0.96% 0.79% -
HSV(B) 52º 0.42% 0.99% -
XYZ 76.72 84.75 40.33 -
YUV 232.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 253 239 148 0 0.06 0.42 0.01 52 0.96 0.79
Hex FD EF 94 0 6 2A 1 34 60 4F
Octal 375 357 224 0 6 52 1 64 140 117
Binary 11111101 11101111 10010100 0 110 101010 1 110100 1100000 1001111

Color Harmonies of #FDEF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF94

Black with #FDEF94

Text Example


Text Example

White with #FDEF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF94; }

 p { color: rgb(253,239,148); }

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

background-color css

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

 a { background-color: rgb(253,239,148); }

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

border-color css

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

 span { border-color: rgb(253,239,148); }

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