Html Css Color HEX #FDEF8B Picasso

📋 copy color: '#FDEF8B'

red 253 ◦ green 239 ◦ blue 139

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

Shades of Picasso #FDEF8B

Tints of Picasso #FDEF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.03%

R = 40.1%
G = 37.88%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDEF8B (or 0xFDEF8B) is known color: Picasso. HEX triplet: FD, EF and 8B. RGB value is (253,239,139). Sum of RGB (Red+Green+Blue) = 253+239+139=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF8B is #021074. Grayscale: #E8E8E8. Windows color (decimal): -135285 or 9170941. OLE color: 9170941.

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

Color convert

RGB 253 239 139 -
CMYK 0 0.06 0.45 0.01
HSL 52.63º 0.97% 0.77% -
HSV(B) 52.63º 0.45% 0.99% -
XYZ 76.03 84.48 36.72 -
YUV 231.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 253 239 139 0 0.06 0.45 0.01 52.63 0.97 0.77
Hex FD EF 8B 0 6 2D 1 35 61 4D
Octal 375 357 213 0 6 55 1 65 141 115
Binary 11111101 11101111 10001011 0 110 101101 1 110101 1100001 1001101

Color Harmonies of #FDEF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF8B

Black with #FDEF8B

Text Example


Text Example

White with #FDEF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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