Html Css Color HEX #FACD83 Cherokee

📋 copy color: '#FACD83'

red 250 ◦ green 205 ◦ blue 131

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

Shades of Cherokee #FACD83

Tints of Cherokee #FACD83

RGB

 RED value IS 250 (98.05% from 255) = 42.66%

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 42.66%
G = 34.98%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FACD83 (or 0xFACD83) is known color: Cherokee. HEX triplet: FA, CD and 83. RGB value is (250,205,131). Sum of RGB (Red+Green+Blue) = 250+205+131=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD83 is #05327C. Grayscale: #D2D2D2. Windows color (decimal): -340605 or 8637946. OLE color: 8637946.

HSL color Cylindrical-coordinate representation of color #FACD83: hue angle of 37.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FACD83 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 131 -
CMYK 0 0.18 0.48 0.02
HSL 37.31º 0.92% 0.75% -
HSV(B) 37.31º 0.48% 0.98% -
XYZ 65.35 65.63 30.7 -
YUV 210.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 250 205 131 0 0.18 0.48 0.02 37.31 0.92 0.75
Hex FA CD 83 0 12 30 2 25 5C 4B
Octal 372 315 203 0 22 60 2 45 134 113
Binary 11111010 11001101 10000011 0 10010 110000 10 100101 1011100 1001011

Color Harmonies of #FACD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD83

Black with #FACD83

Text Example


Text Example

White with #FACD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD83; }

 p { color: rgb(250,205,131); }

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

background-color css

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

 a { background-color: rgb(250,205,131); }

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

border-color css

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

 span { border-color: rgb(250,205,131); }

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