Html Css Color HEX #FBD28C Cherokee

📋 copy color: '#FBD28C'

red 251 ◦ green 210 ◦ blue 140

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

Shades of Cherokee #FBD28C

Tints of Cherokee #FBD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

 BLUE value IS 140 (55.08% from 255) = 23.29%

R = 41.76%
G = 34.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBD28C (or 0xFBD28C) is known color: Cherokee. HEX triplet: FB, D2 and 8C. RGB value is (251,210,140). Sum of RGB (Red+Green+Blue) = 251+210+140=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28C is #042D73. Grayscale: #D6D6D6. Windows color (decimal): -273780 or 9229051. OLE color: 9229051.

HSL color Cylindrical-coordinate representation of color #FBD28C: hue angle of 37.84º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD28C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 210 140 -
CMYK 0 0.16 0.44 0.02
HSL 37.84º 0.93% 0.77% -
HSV(B) 37.84º 0.44% 0.98% -
XYZ 67.56 68.5 34.47 -
YUV 214.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 251 210 140 0 0.16 0.44 0.02 37.84 0.93 0.77
Hex FB D2 8C 0 10 2C 2 26 5D 4D
Octal 373 322 214 0 20 54 2 46 135 115
Binary 11111011 11010010 10001100 0 10000 101100 10 100110 1011101 1001101

Color Harmonies of #FBD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD28C

Black with #FBD28C

Text Example


Text Example

White with #FBD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD28C; }

 p { color: rgb(251,210,140); }

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

background-color css

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

 a { background-color: rgb(251,210,140); }

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

border-color css

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

 span { border-color: rgb(251,210,140); }

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