Html Css Color HEX #FCDD90 Vis Vis

📋 copy color: '#FCDD90'

red 252 ◦ green 221 ◦ blue 144

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

Shades of Vis Vis #FCDD90

Tints of Vis Vis #FCDD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

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

R = 40.84%
G = 35.82%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDD90 (or 0xFCDD90) is known color: Vis Vis. HEX triplet: FC, DD and 90. RGB value is (252,221,144). Sum of RGB (Red+Green+Blue) = 252+221+144=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD90 is #03226F. Grayscale: #DDDDDD. Windows color (decimal): -205424 or 9494012. OLE color: 9494012.

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

Color convert

RGB 252 221 144 -
CMYK 0 0.12 0.43 0.01
HSL 42.78º 0.95% 0.78% -
HSV(B) 42.78º 0.43% 0.99% -
XYZ 71.04 74.42 37.01 -
YUV 221.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 252 221 144 0 0.12 0.43 0.01 42.78 0.95 0.78
Hex FC DD 90 0 C 2B 1 2B 5F 4E
Octal 374 335 220 0 14 53 1 53 137 116
Binary 11111100 11011101 10010000 0 1100 101011 1 101011 1011111 1001110

Color Harmonies of #FCDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD90

Black with #FCDD90

Text Example


Text Example

White with #FCDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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