Html Css Color HEX #FADDC1 Karry

📋 copy color: '#FADDC1'

red 250 ◦ green 221 ◦ blue 193

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

Shades of Karry #FADDC1

Tints of Karry #FADDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.28%

 BLUE value IS 193 (75.78% from 255) = 29.07%

R = 37.65%
G = 33.28%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FADDC1 (or 0xFADDC1) is known color: Karry. HEX triplet: FA, DD and C1. RGB value is (250,221,193). Sum of RGB (Red+Green+Blue) = 250+221+193=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC1 is #05223E. Grayscale: #E2E2E2. Windows color (decimal): -336447 or 12705274. OLE color: 12705274.

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

Color convert

RGB 250 221 193 -
CMYK 0 0.12 0.23 0.02
HSL 29.47º 0.85% 0.87% -
HSV(B) 29.47º 0.23% 0.98% -
XYZ 74.91 75.89 61.15 -
YUV 226.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 250 221 193 0 0.12 0.23 0.02 29.47 0.85 0.87
Hex FA DD C1 0 C 17 2 1D 55 57
Octal 372 335 301 0 14 27 2 35 125 127
Binary 11111010 11011101 11000001 0 1100 10111 10 11101 1010101 1010111

Color Harmonies of #FADDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDC1

Black with #FADDC1

Text Example


Text Example

White with #FADDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDC1; }

 p { color: rgb(250,221,193); }

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

background-color css

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

 a { background-color: rgb(250,221,193); }

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

border-color css

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

 span { border-color: rgb(250,221,193); }

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