Html Css Color HEX #FADAC8 Karry

📋 copy color: '#FADAC8'

red 250 ◦ green 218 ◦ blue 200

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

Shades of Karry #FADAC8

Tints of Karry #FADAC8

RGB

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

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

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

R = 37.43%
G = 32.63%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FADAC8 (or 0xFADAC8) is known color: Karry. HEX triplet: FA, DA and C8. RGB value is (250,218,200). Sum of RGB (Red+Green+Blue) = 250+218+200=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 200 (78.52% from 255 or 29.94% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAC8 is #052537. Grayscale: #E1E1E1. Windows color (decimal): -337208 or 13163258. OLE color: 13163258.

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

Color convert

RGB 250 218 200 -
CMYK 0 0.13 0.2 0.02
HSL 21.6º 0.83% 0.88% -
HSV(B) 21.6º 0.2% 0.98% -
XYZ 74.92 74.64 65.1 -
YUV 225.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 250 218 200 0 0.13 0.2 0.02 21.6 0.83 0.88
Hex FA DA C8 0 D 14 2 16 53 58
Octal 372 332 310 0 15 24 2 26 123 130
Binary 11111010 11011010 11001000 0 1101 10100 10 10110 1010011 1011000

Color Harmonies of #FADAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAC8

Black with #FADAC8

Text Example


Text Example

White with #FADAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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