Html Css Color HEX #FACD7B Cherokee

📋 copy color: '#FACD7B'

red 250 ◦ green 205 ◦ blue 123

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

Shades of Cherokee #FACD7B

Tints of Cherokee #FACD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 43.25%
G = 35.47%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FACD7B (or 0xFACD7B) is known color: Cherokee. HEX triplet: FA, CD and 7B. RGB value is (250,205,123). Sum of RGB (Red+Green+Blue) = 250+205+123=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD7B is #053284. Grayscale: #D1D1D1. Windows color (decimal): -340613 or 8113658. OLE color: 8113658.

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

Color convert

RGB 250 205 123 -
CMYK 0 0.18 0.51 0.02
HSL 38.74º 0.93% 0.73% -
HSV(B) 38.74º 0.51% 0.98% -
XYZ 64.83 65.42 27.95 -
YUV 209.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 250 205 123 0 0.18 0.51 0.02 38.74 0.93 0.73
Hex FA CD 7B 0 12 33 2 27 5D 49
Octal 372 315 173 0 22 63 2 47 135 111
Binary 11111010 11001101 1111011 0 10010 110011 10 100111 1011101 1001001

Color Harmonies of #FACD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD7B

Black with #FACD7B

Text Example


Text Example

White with #FACD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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