Html Css Color HEX #F2EFC1 Cumulus

📋 copy color: '#F2EFC1'

red 242 ◦ green 239 ◦ blue 193

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

Shades of Cumulus #F2EFC1

Tints of Cumulus #F2EFC1

RGB

 RED value IS 242 (94.92% from 255) = 35.91%

 GREEN value IS 239 (93.75% from 255) = 35.46%

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

R = 35.91%
G = 35.46%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2EFC1 (or 0xF2EFC1) is known color: Cumulus. HEX triplet: F2, EF and C1. RGB value is (242,239,193). Sum of RGB (Red+Green+Blue) = 242+239+193=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 193 (75.78% from 255 or 28.64% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC1 is #0D103E. Grayscale: #EAEAEA. Windows color (decimal): -856127 or 12709874. OLE color: 12709874.

HSL color Cylindrical-coordinate representation of color #F2EFC1: hue angle of 56.33º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2EFC1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 193 -
CMYK 0 0.01 0.20 0.05
HSL 56.33º 0.65% 0.85% -
HSV(B) 56.33º 0.2% 0.95% -
XYZ 77.11 84.46 62.69 -
YUV 234.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 242 239 193 0 0.01 0.20 0.05 56.33 0.65 0.85
Hex F2 EF C1 0 1 14 5 38 41 55
Octal 362 357 301 0 1 24 5 70 101 125
Binary 11110010 11101111 11000001 0 1 10100 101 111000 1000001 1010101

Color Harmonies of #F2EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFC1

Black with #F2EFC1

Text Example


Text Example

White with #F2EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFC1; }

 p { color: rgb(242,239,193); }

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

background-color css

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

 a { background-color: rgb(242,239,193); }

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

border-color css

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

 span { border-color: rgb(242,239,193); }

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