Html Css Color HEX #FACA8A Cherokee

📋 copy color: '#FACA8A'

red 250 ◦ green 202 ◦ blue 138

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

Shades of Cherokee #FACA8A

Tints of Cherokee #FACA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 138 (54.3% from 255) = 23.39%

R = 42.37%
G = 34.24%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FACA8A (or 0xFACA8A) is known color: Cherokee. HEX triplet: FA, CA and 8A. RGB value is (250,202,138). Sum of RGB (Red+Green+Blue) = 250+202+138=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8A is #053575. Grayscale: #D1D1D1. Windows color (decimal): -341366 or 9095930. OLE color: 9095930.

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

Color convert

RGB 250 202 138 -
CMYK 0 0.19 0.45 0.02
HSL 34.29º 0.92% 0.76% -
HSV(B) 34.29º 0.45% 0.98% -
XYZ 65.13 64.4 33.04 -
YUV 209.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 250 202 138 0 0.19 0.45 0.02 34.29 0.92 0.76
Hex FA CA 8A 0 13 2D 2 22 5C 4C
Octal 372 312 212 0 23 55 2 42 134 114
Binary 11111010 11001010 10001010 0 10011 101101 10 100010 1011100 1001100

Color Harmonies of #FACA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA8A

Black with #FACA8A

Text Example


Text Example

White with #FACA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA8A; }

 p { color: rgb(250,202,138); }

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

background-color css

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

 a { background-color: rgb(250,202,138); }

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

border-color css

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

 span { border-color: rgb(250,202,138); }

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