Html Css Color HEX #FADAC5 Karry

📋 copy color: '#FADAC5'

red 250 ◦ green 218 ◦ blue 197

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

Shades of Karry #FADAC5

Tints of Karry #FADAC5

RGB

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

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

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

R = 37.59%
G = 32.78%
B = 29.62%

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

#FADAC5 (or 0xFADAC5) is known color: Karry. HEX triplet: FA, DA and C5. RGB value is (250,218,197). Sum of RGB (Red+Green+Blue) = 250+218+197=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAC5 is #05253A. Grayscale: #E1E1E1. Windows color (decimal): -337211 or 12966650. OLE color: 12966650.

HSL color Cylindrical-coordinate representation of color #FADAC5: hue angle of 23.77º 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 #FADAC5 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 197 -
CMYK 0 0.13 0.21 0.02
HSL 23.77º 0.84% 0.88% -
HSV(B) 23.77º 0.21% 0.98% -
XYZ 74.57 74.5 63.27 -
YUV 225.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 250 218 197 0 0.13 0.21 0.02 23.77 0.84 0.88
Hex FA DA C5 0 D 15 2 18 54 58
Octal 372 332 305 0 15 25 2 30 124 130
Binary 11111010 11011010 11000101 0 1101 10101 10 11000 1010100 1011000

Color Harmonies of #FADAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAC5

Black with #FADAC5

Text Example


Text Example

White with #FADAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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