Html Css Color HEX #FEFDC1 Cumulus

📋 copy color: '#FEFDC1'

red 254 ◦ green 253 ◦ blue 193

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

Shades of Cumulus #FEFDC1

Tints of Cumulus #FEFDC1

RGB

 RED value IS 254 (99.61% from 255) = 36.29%

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

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

R = 36.29%
G = 36.14%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEFDC1 (or 0xFEFDC1) is known color: Cumulus. HEX triplet: FE, FD and C1. RGB value is (254,253,193). Sum of RGB (Red+Green+Blue) = 254+253+193=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 193 (75.78% from 255 or 27.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC1 is #01023E. Grayscale: #F6F6F6. Windows color (decimal): -66111 or 12713470. OLE color: 12713470.

HSL color Cylindrical-coordinate representation of color #FEFDC1: hue angle of 59.02º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEFDC1 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 193 -
CMYK 0 0.00 0.24 0.00
HSL 59.02º 0.97% 0.88% -
HSV(B) 59.02º 0.24% 1% -
XYZ 85.62 95.17 64.31 -
YUV 246.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 254 253 193 0 0.00 0.24 0.00 59.02 0.97 0.88
Hex FE FD C1 0 0 18 0 3B 61 58
Octal 376 375 301 0 0 30 0 73 141 130
Binary 11111110 11111101 11000001 0 0 11000 0 111011 1100001 1011000

Color Harmonies of #FEFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDC1

Black with #FEFDC1

Text Example


Text Example

White with #FEFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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