Html Css Color HEX #FADAC2 Karry

📋 copy color: '#FADAC2'

red 250 ◦ green 218 ◦ blue 194

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

Shades of Karry #FADAC2

Tints of Karry #FADAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.31%

R = 37.76%
G = 32.93%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FADAC2 (or 0xFADAC2) is known color: Karry. HEX triplet: FA, DA and C2. RGB value is (250,218,194). Sum of RGB (Red+Green+Blue) = 250+218+194=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAC2 is #05253D. Grayscale: #E0E0E0. Windows color (decimal): -337214 or 12770042. OLE color: 12770042.

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

Color convert

RGB 250 218 194 -
CMYK 0 0.13 0.22 0.02
HSL 25.71º 0.85% 0.87% -
HSV(B) 25.71º 0.22% 0.98% -
XYZ 74.23 74.36 61.48 -
YUV 224.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 250 218 194 0 0.13 0.22 0.02 25.71 0.85 0.87
Hex FA DA C2 0 D 16 2 1A 55 57
Octal 372 332 302 0 15 26 2 32 125 127
Binary 11111010 11011010 11000010 0 1101 10110 10 11010 1010101 1010111

Color Harmonies of #FADAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAC2

Black with #FADAC2

Text Example


Text Example

White with #FADAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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