Html Css Color HEX #FCDC90 Vis Vis

📋 copy color: '#FCDC90'

red 252 ◦ green 220 ◦ blue 144

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

Shades of Vis Vis #FCDC90

Tints of Vis Vis #FCDC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

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

R = 40.91%
G = 35.71%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDC90 (or 0xFCDC90) is known color: Vis Vis. HEX triplet: FC, DC and 90. RGB value is (252,220,144). Sum of RGB (Red+Green+Blue) = 252+220+144=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC90 is #03236F. Grayscale: #DDDDDD. Windows color (decimal): -205680 or 9493756. OLE color: 9493756.

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

Color convert

RGB 252 220 144 -
CMYK 0 0.13 0.43 0.01
HSL 42.22º 0.95% 0.78% -
HSV(B) 42.22º 0.43% 0.99% -
XYZ 70.77 73.9 36.92 -
YUV 220.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 252 220 144 0 0.13 0.43 0.01 42.22 0.95 0.78
Hex FC DC 90 0 D 2B 1 2A 5F 4E
Octal 374 334 220 0 15 53 1 52 137 116
Binary 11111100 11011100 10010000 0 1101 101011 1 101010 1011111 1001110

Color Harmonies of #FCDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC90

Black with #FCDC90

Text Example


Text Example

White with #FCDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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