Html Css Color HEX #FDED8F Picasso

📋 copy color: '#FDED8F'

red 253 ◦ green 237 ◦ blue 143

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

Shades of Picasso #FDED8F

Tints of Picasso #FDED8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.59%

R = 39.97%
G = 37.44%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDED8F (or 0xFDED8F) is known color: Picasso. HEX triplet: FD, ED and 8F. RGB value is (253,237,143). Sum of RGB (Red+Green+Blue) = 253+237+143=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8F is #021270. Grayscale: #E7E7E7. Windows color (decimal): -135793 or 9432573. OLE color: 9432573.

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

Color convert

RGB 253 237 143 -
CMYK 0 0.06 0.43 0.01
HSL 51.27º 0.96% 0.78% -
HSV(B) 51.27º 0.43% 0.99% -
XYZ 75.75 83.43 38.1 -
YUV 231.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 253 237 143 0 0.06 0.43 0.01 51.27 0.96 0.78
Hex FD ED 8F 0 6 2B 1 33 60 4E
Octal 375 355 217 0 6 53 1 63 140 116
Binary 11111101 11101101 10001111 0 110 101011 1 110011 1100000 1001110

Color Harmonies of #FDED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED8F

Black with #FDED8F

Text Example


Text Example

White with #FDED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED8F; }

 p { color: rgb(253,237,143); }

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

background-color css

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

 a { background-color: rgb(253,237,143); }

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

border-color css

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

 span { border-color: rgb(253,237,143); }

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