Html Css Color HEX #FCED8D Picasso

📋 copy color: '#FCED8D'

red 252 ◦ green 237 ◦ blue 141

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

Shades of Picasso #FCED8D

Tints of Picasso #FCED8D

RGB

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

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

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

R = 40%
G = 37.62%
B = 22.38%

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

#FCED8D (or 0xFCED8D) is known color: Picasso. HEX triplet: FC, ED and 8D. RGB value is (252,237,141). Sum of RGB (Red+Green+Blue) = 252+237+141=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED8D is #031272. Grayscale: #E6E6E6. Windows color (decimal): -201331 or 9301500. OLE color: 9301500.

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

Color convert

RGB 252 237 141 -
CMYK 0 0.06 0.44 0.01
HSL 51.89º 0.95% 0.77% -
HSV(B) 51.89º 0.44% 0.99% -
XYZ 75.24 83.19 37.29 -
YUV 230.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 252 237 141 0 0.06 0.44 0.01 51.89 0.95 0.77
Hex FC ED 8D 0 6 2C 1 34 5F 4D
Octal 374 355 215 0 6 54 1 64 137 115
Binary 11111100 11101101 10001101 0 110 101100 1 110100 1011111 1001101

Color Harmonies of #FCED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED8D

Black with #FCED8D

Text Example


Text Example

White with #FCED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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