Html Css Color HEX #FAD9C5 Karry

📋 copy color: '#FAD9C5'

red 250 ◦ green 217 ◦ blue 197

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

Shades of Karry #FAD9C5

Tints of Karry #FAD9C5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.68%

 BLUE value IS 197 (77.34% from 255) = 29.67%

R = 37.65%
G = 32.68%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAD9C5 (or 0xFAD9C5) is known color: Karry. HEX triplet: FA, D9 and C5. RGB value is (250,217,197). Sum of RGB (Red+Green+Blue) = 250+217+197=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9C5 is #05263A. Grayscale: #E0E0E0. Windows color (decimal): -337467 or 12966394. OLE color: 12966394.

HSL color Cylindrical-coordinate representation of color #FAD9C5: hue angle of 22.64º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD9C5 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 197 -
CMYK 0 0.13 0.21 0.02
HSL 22.64º 0.84% 0.88% -
HSV(B) 22.64º 0.21% 0.98% -
XYZ 74.32 73.98 63.19 -
YUV 224.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 250 217 197 0 0.13 0.21 0.02 22.64 0.84 0.88
Hex FA D9 C5 0 D 15 2 17 54 58
Octal 372 331 305 0 15 25 2 27 124 130
Binary 11111010 11011001 11000101 0 1101 10101 10 10111 1010100 1011000

Color Harmonies of #FAD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9C5

Black with #FAD9C5

Text Example


Text Example

White with #FAD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9C5; }

 p { color: rgb(250,217,197); }

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

background-color css

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

 a { background-color: rgb(250,217,197); }

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

border-color css

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

 span { border-color: rgb(250,217,197); }

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