Html Css Color HEX #FDEF8D Picasso

📋 copy color: '#FDEF8D'

red 253 ◦ green 239 ◦ blue 141

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

Shades of Picasso #FDEF8D

Tints of Picasso #FDEF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.27%

R = 39.97%
G = 37.76%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDEF8D (or 0xFDEF8D) is known color: Picasso. HEX triplet: FD, EF and 8D. RGB value is (253,239,141). Sum of RGB (Red+Green+Blue) = 253+239+141=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF8D is #021072. Grayscale: #E8E8E8. Windows color (decimal): -135283 or 9302013. OLE color: 9302013.

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

Color convert

RGB 253 239 141 -
CMYK 0 0.06 0.44 0.01
HSL 52.5º 0.97% 0.77% -
HSV(B) 52.5º 0.44% 0.99% -
XYZ 76.18 84.54 37.5 -
YUV 232.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 253 239 141 0 0.06 0.44 0.01 52.5 0.97 0.77
Hex FD EF 8D 0 6 2C 1 34 61 4D
Octal 375 357 215 0 6 54 1 64 141 115
Binary 11111101 11101111 10001101 0 110 101100 1 110100 1100001 1001101

Color Harmonies of #FDEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF8D

Black with #FDEF8D

Text Example


Text Example

White with #FDEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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