Html Css Color HEX #FDEE90 Picasso

📋 copy color: '#FDEE90'

red 253 ◦ green 238 ◦ blue 144

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

Shades of Picasso #FDEE90

Tints of Picasso #FDEE90

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 144 (56.64% from 255) = 22.68%

R = 39.84%
G = 37.48%
B = 22.68%

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

#FDEE90 (or 0xFDEE90) is known color: Picasso. HEX triplet: FD, EE and 90. RGB value is (253,238,144). Sum of RGB (Red+Green+Blue) = 253+238+144=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE90 is #02116F. Grayscale: #E8E8E8. Windows color (decimal): -135536 or 9498365. OLE color: 9498365.

HSL color Cylindrical-coordinate representation of color #FDEE90: hue angle of 51.74º 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 #FDEE90 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 144 -
CMYK 0 0.06 0.43 0.01
HSL 51.74º 0.96% 0.78% -
HSV(B) 51.74º 0.43% 0.99% -
XYZ 76.12 84.05 38.6 -
YUV 231.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 253 238 144 0 0.06 0.43 0.01 51.74 0.96 0.78
Hex FD EE 90 0 6 2B 1 34 60 4E
Octal 375 356 220 0 6 53 1 64 140 116
Binary 11111101 11101110 10010000 0 110 101011 1 110100 1100000 1001110

Color Harmonies of #FDEE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEE90

Black with #FDEE90

Text Example


Text Example

White with #FDEE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEE90; }

 p { color: rgb(253,238,144); }

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

background-color css

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

 a { background-color: rgb(253,238,144); }

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

border-color css

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

 span { border-color: rgb(253,238,144); }

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