Html Css Color HEX #FADCC5 Karry

📋 copy color: '#FADCC5'

red 250 ◦ green 220 ◦ blue 197

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

Shades of Karry #FADCC5

Tints of Karry #FADCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.98%

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

R = 37.48%
G = 32.98%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FADCC5 (or 0xFADCC5) is known color: Karry. HEX triplet: FA, DC and C5. RGB value is (250,220,197). Sum of RGB (Red+Green+Blue) = 250+220+197=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC5 is #05233A. Grayscale: #E2E2E2. Windows color (decimal): -336699 or 12967162. OLE color: 12967162.

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

Color convert

RGB 250 220 197 -
CMYK 0 0.12 0.21 0.02
HSL 26.04º 0.84% 0.88% -
HSV(B) 26.04º 0.21% 0.98% -
XYZ 75.1 75.54 63.45 -
YUV 226.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 250 220 197 0 0.12 0.21 0.02 26.04 0.84 0.88
Hex FA DC C5 0 C 15 2 1A 54 58
Octal 372 334 305 0 14 25 2 32 124 130
Binary 11111010 11011100 11000101 0 1100 10101 10 11010 1010100 1011000

Color Harmonies of #FADCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCC5

Black with #FADCC5

Text Example


Text Example

White with #FADCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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