Html Css Color HEX #FACD8D Cherokee

📋 copy color: '#FACD8D'

red 250 ◦ green 205 ◦ blue 141

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

Shades of Cherokee #FACD8D

Tints of Cherokee #FACD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.66%

R = 41.95%
G = 34.4%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FACD8D (or 0xFACD8D) is known color: Cherokee. HEX triplet: FA, CD and 8D. RGB value is (250,205,141). Sum of RGB (Red+Green+Blue) = 250+205+141=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD8D is #053272. Grayscale: #D3D3D3. Windows color (decimal): -340595 or 9293306. OLE color: 9293306.

HSL color Cylindrical-coordinate representation of color #FACD8D: hue angle of 35.23º degrees, saturation: 0.92, 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 #FACD8D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 141 -
CMYK 0 0.18 0.44 0.02
HSL 35.23º 0.92% 0.77% -
HSV(B) 35.23º 0.44% 0.98% -
XYZ 66.06 65.91 34.44 -
YUV 211.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 250 205 141 0 0.18 0.44 0.02 35.23 0.92 0.77
Hex FA CD 8D 0 12 2C 2 23 5C 4D
Octal 372 315 215 0 22 54 2 43 134 115
Binary 11111010 11001101 10001101 0 10010 101100 10 100011 1011100 1001101

Color Harmonies of #FACD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD8D

Black with #FACD8D

Text Example


Text Example

White with #FACD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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