Html Css Color HEX #FDFFBC Cumulus

📋 copy color: '#FDFFBC'

red 253 ◦ green 255 ◦ blue 188

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

Shades of Cumulus #FDFFBC

Tints of Cumulus #FDFFBC

RGB

 RED value IS 253 (99.22% from 255) = 36.35%

 GREEN value IS 255 (100% from 255) = 36.64%

 BLUE value IS 188 (73.83% from 255) = 27.01%

R = 36.35%
G = 36.64%
B = 27.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FDFFBC (or 0xFDFFBC) is known color: Cumulus. HEX triplet: FD, FF and BC. RGB value is (253,255,188). Sum of RGB (Red+Green+Blue) = 253+255+188=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 188 (73.83% from 255 or 27.01% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFBC is #020043. Grayscale: #F7F7F7. Windows color (decimal): -131140 or 12386301. OLE color: 12386301.

HSL color Cylindrical-coordinate representation of color #FDFFBC: hue angle of 61.79º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDFFBC is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 253 255 188 -
CMYK 0.01 0 0.26 0
HSL 61.79º 1% 0.87% -
HSV(B) 61.79º 0.26% 1% -
XYZ 85.35 96.03 61.62 -
YUV 246.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 253 255 188 0.01 0 0.26 0 61.79 1 0.87
Hex FD FF BC 1 0 1A 0 3E 64 57
Octal 375 377 274 1 0 32 0 76 144 127
Binary 11111101 11111111 10111100 1 0 11010 0 111110 1100100 1010111

Color Harmonies of #FDFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFBC

Black with #FDFFBC

Text Example


Text Example

White with #FDFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFBC; }

 p { color: rgb(253,255,188); }

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

background-color css

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

 a { background-color: rgb(253,255,188); }

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

border-color css

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

 span { border-color: rgb(253,255,188); }

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