Html Css Color HEX #FCED8F Picasso

📋 copy color: '#FCED8F'

red 252 ◦ green 237 ◦ blue 143

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

Shades of Picasso #FCED8F

Tints of Picasso #FCED8F

RGB

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

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

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

R = 39.87%
G = 37.5%
B = 22.63%

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

#FCED8F (or 0xFCED8F) is known color: Picasso. HEX triplet: FC, ED and 8F. RGB value is (252,237,143). Sum of RGB (Red+Green+Blue) = 252+237+143=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 143 (56.25% from 255 or 22.63% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED8F is #031270. Grayscale: #E7E7E7. Windows color (decimal): -201329 or 9432572. OLE color: 9432572.

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

Color convert

RGB 252 237 143 -
CMYK 0 0.06 0.43 0.01
HSL 51.74º 0.95% 0.77% -
HSV(B) 51.74º 0.43% 0.99% -
XYZ 75.39 83.25 38.08 -
YUV 230.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 252 237 143 0 0.06 0.43 0.01 51.74 0.95 0.77
Hex FC ED 8F 0 6 2B 1 34 5F 4D
Octal 374 355 217 0 6 53 1 64 137 115
Binary 11111100 11101101 10001111 0 110 101011 1 110100 1011111 1001101

Color Harmonies of #FCED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED8F

Black with #FCED8F

Text Example


Text Example

White with #FCED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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