Html Css Color HEX #FACD85 Cherokee

📋 copy color: '#FACD85'

red 250 ◦ green 205 ◦ blue 133

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

Shades of Cherokee #FACD85

Tints of Cherokee #FACD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.62%

R = 42.52%
G = 34.86%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FACD85 (or 0xFACD85) is known color: Cherokee. HEX triplet: FA, CD and 85. RGB value is (250,205,133). Sum of RGB (Red+Green+Blue) = 250+205+133=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD85 is #05327A. Grayscale: #D2D2D2. Windows color (decimal): -340603 or 8769018. OLE color: 8769018.

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

Color convert

RGB 250 205 133 -
CMYK 0 0.18 0.47 0.02
HSL 36.92º 0.92% 0.75% -
HSV(B) 36.92º 0.47% 0.98% -
XYZ 65.49 65.68 31.42 -
YUV 210.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 250 205 133 0 0.18 0.47 0.02 36.92 0.92 0.75
Hex FA CD 85 0 12 2F 2 25 5C 4B
Octal 372 315 205 0 22 57 2 45 134 113
Binary 11111010 11001101 10000101 0 10010 101111 10 100101 1011100 1001011

Color Harmonies of #FACD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD85

Black with #FACD85

Text Example


Text Example

White with #FACD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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