Html Css Color HEX #FADAC7 Karry

📋 copy color: '#FADAC7'

red 250 ◦ green 218 ◦ blue 199

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

Shades of Karry #FADAC7

Tints of Karry #FADAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.68%

 BLUE value IS 199 (78.13% from 255) = 29.84%

R = 37.48%
G = 32.68%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FADAC7 (or 0xFADAC7) is known color: Karry. HEX triplet: FA, DA and C7. RGB value is (250,218,199). Sum of RGB (Red+Green+Blue) = 250+218+199=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAC7 is #052538. Grayscale: #E1E1E1. Windows color (decimal): -337209 or 13097722. OLE color: 13097722.

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

Color convert

RGB 250 218 199 -
CMYK 0 0.13 0.20 0.02
HSL 22.35º 0.84% 0.88% -
HSV(B) 22.35º 0.2% 0.98% -
XYZ 74.8 74.59 64.49 -
YUV 225.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 250 218 199 0 0.13 0.20 0.02 22.35 0.84 0.88
Hex FA DA C7 0 D 14 2 16 54 58
Octal 372 332 307 0 15 24 2 26 124 130
Binary 11111010 11011010 11000111 0 1101 10100 10 10110 1010100 1011000

Color Harmonies of #FADAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAC7

Black with #FADAC7

Text Example


Text Example

White with #FADAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAC7; }

 p { color: rgb(250,218,199); }

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

background-color css

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

 a { background-color: rgb(250,218,199); }

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

border-color css

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

 span { border-color: rgb(250,218,199); }

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