Html Css Color HEX #FADCC4 Karry

📋 copy color: '#FADCC4'

red 250 ◦ green 220 ◦ blue 196

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

Shades of Karry #FADCC4

Tints of Karry #FADCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.43%

R = 37.54%
G = 33.03%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FADCC4 (or 0xFADCC4) is known color: Karry. HEX triplet: FA, DC and C4. RGB value is (250,220,196). Sum of RGB (Red+Green+Blue) = 250+220+196=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC4 is #05233B. Grayscale: #E2E2E2. Windows color (decimal): -336700 or 12901626. OLE color: 12901626.

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

Color convert

RGB 250 220 196 -
CMYK 0 0.12 0.22 0.02
HSL 26.67º 0.84% 0.87% -
HSV(B) 26.67º 0.22% 0.98% -
XYZ 74.98 75.5 62.84 -
YUV 226.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 250 220 196 0 0.12 0.22 0.02 26.67 0.84 0.87
Hex FA DC C4 0 C 16 2 1B 54 57
Octal 372 334 304 0 14 26 2 33 124 127
Binary 11111010 11011100 11000100 0 1100 10110 10 11011 1010100 1010111

Color Harmonies of #FADCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCC4

Black with #FADCC4

Text Example


Text Example

White with #FADCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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