Html Css Color HEX #F1D48D Cherokee

📋 copy color: '#F1D48D'

red 241 ◦ green 212 ◦ blue 141

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

Shades of Cherokee #F1D48D

Tints of Cherokee #F1D48D

RGB

 RED value IS 241 (94.53% from 255) = 40.57%

 GREEN value IS 212 (83.2% from 255) = 35.69%

 BLUE value IS 141 (55.47% from 255) = 23.74%

R = 40.57%
G = 35.69%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1D48D (or 0xF1D48D) is known color: Cherokee. HEX triplet: F1, D4 and 8D. RGB value is (241,212,141). Sum of RGB (Red+Green+Blue) = 241+212+141=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D48D is #0E2B72. Grayscale: #D4D4D4. Windows color (decimal): -928627 or 9295089. OLE color: 9295089.

HSL color Cylindrical-coordinate representation of color #F1D48D: hue angle of 42.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D48D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 141 -
CMYK 0 0.12 0.41 0.05
HSL 42.6º 0.78% 0.75% -
HSV(B) 42.6º 0.41% 0.95% -
XYZ 64.63 67.71 34.86 -
YUV 212.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 241 212 141 0 0.12 0.41 0.05 42.6 0.78 0.75
Hex F1 D4 8D 0 C 29 5 2B 4E 4B
Octal 361 324 215 0 14 51 5 53 116 113
Binary 11110001 11010100 10001101 0 1100 101001 101 101011 1001110 1001011

Color Harmonies of #F1D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D48D

Black with #F1D48D

Text Example


Text Example

White with #F1D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D48D; }

 p { color: rgb(241,212,141); }

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

background-color css

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

 a { background-color: rgb(241,212,141); }

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

border-color css

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

 span { border-color: rgb(241,212,141); }

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