Html Css Color HEX #FADCC8 Karry

📋 copy color: '#FADCC8'

red 250 ◦ green 220 ◦ blue 200

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

Shades of Karry #FADCC8

Tints of Karry #FADCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.85%

R = 37.31%
G = 32.84%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FADCC8 (or 0xFADCC8) is known color: Karry. HEX triplet: FA, DC and C8. RGB value is (250,220,200). Sum of RGB (Red+Green+Blue) = 250+220+200=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC8 is #052337. Grayscale: #E2E2E2. Windows color (decimal): -336696 or 13163770. OLE color: 13163770.

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

Color convert

RGB 250 220 200 -
CMYK 0 0.12 0.2 0.02
HSL 24º 0.83% 0.88% -
HSV(B) 24º 0.2% 0.98% -
XYZ 75.44 75.68 65.28 -
YUV 226.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 250 220 200 0 0.12 0.2 0.02 24 0.83 0.88
Hex FA DC C8 0 C 14 2 18 53 58
Octal 372 334 310 0 14 24 2 30 123 130
Binary 11111010 11011100 11001000 0 1100 10100 10 11000 1010011 1011000

Color Harmonies of #FADCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCC8

Black with #FADCC8

Text Example


Text Example

White with #FADCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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