Html Css Color HEX #FCED90 Picasso

📋 copy color: '#FCED90'

red 252 ◦ green 237 ◦ blue 144

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

Shades of Picasso #FCED90

Tints of Picasso #FCED90

RGB

 RED value IS 252 (98.83% from 255) = 39.81%

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

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

R = 39.81%
G = 37.44%
B = 22.75%

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

#FCED90 (or 0xFCED90) is known color: Picasso. HEX triplet: FC, ED and 90. RGB value is (252,237,144). Sum of RGB (Red+Green+Blue) = 252+237+144=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED90 is #03126F. Grayscale: #E7E7E7. Windows color (decimal): -201328 or 9498108. OLE color: 9498108.

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

Color convert

RGB 252 237 144 -
CMYK 0 0.06 0.43 0.01
HSL 51.67º 0.95% 0.78% -
HSV(B) 51.67º 0.43% 0.99% -
XYZ 75.46 83.28 38.48 -
YUV 230.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 252 237 144 0 0.06 0.43 0.01 51.67 0.95 0.78
Hex FC ED 90 0 6 2B 1 34 5F 4E
Octal 374 355 220 0 6 53 1 64 137 116
Binary 11111100 11101101 10010000 0 110 101011 1 110100 1011111 1001110

Color Harmonies of #FCED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED90

Black with #FCED90

Text Example


Text Example

White with #FCED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED90; }

 p { color: rgb(252,237,144); }

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

background-color css

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

 a { background-color: rgb(252,237,144); }

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

border-color css

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

 span { border-color: rgb(252,237,144); }

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