Html Css Color HEX #FBFDC1 Cumulus

📋 copy color: '#FBFDC1'

red 251 ◦ green 253 ◦ blue 193

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

Shades of Cumulus #FBFDC1

Tints of Cumulus #FBFDC1

RGB

 RED value IS 251 (98.44% from 255) = 36.01%

 GREEN value IS 253 (99.22% from 255) = 36.3%

 BLUE value IS 193 (75.78% from 255) = 27.69%

R = 36.01%
G = 36.3%
B = 27.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FBFDC1 (or 0xFBFDC1) is known color: Cumulus. HEX triplet: FB, FD and C1. RGB value is (251,253,193). Sum of RGB (Red+Green+Blue) = 251+253+193=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDC1 is #04023E. Grayscale: #F5F5F5. Windows color (decimal): -262719 or 12713467. OLE color: 12713467.

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

Color convert

RGB 251 253 193 -
CMYK 0.01 0 0.24 0.01
HSL 62º 0.94% 0.87% -
HSV(B) 62º 0.24% 0.99% -
XYZ 84.53 94.61 64.26 -
YUV 245.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 251 253 193 0.01 0 0.24 0.01 62 0.94 0.87
Hex FB FD C1 1 0 18 1 3E 5E 57
Octal 373 375 301 1 0 30 1 76 136 127
Binary 11111011 11111101 11000001 1 0 11000 1 111110 1011110 1010111

Color Harmonies of #FBFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDC1

Black with #FBFDC1

Text Example


Text Example

White with #FBFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDC1; }

 p { color: rgb(251,253,193); }

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

background-color css

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

 a { background-color: rgb(251,253,193); }

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

border-color css

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

 span { border-color: rgb(251,253,193); }

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