Html Css Color HEX #FADDC8 Karry

📋 copy color: '#FADDC8'

red 250 ◦ green 221 ◦ blue 200

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

Shades of Karry #FADDC8

Tints of Karry #FADDC8

RGB

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

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

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

R = 37.26%
G = 32.94%
B = 29.81%

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

#FADDC8 (or 0xFADDC8) is known color: Karry. HEX triplet: FA, DD and C8. RGB value is (250,221,200). Sum of RGB (Red+Green+Blue) = 250+221+200=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC8 is #052237. Grayscale: #E3E3E3. Windows color (decimal): -336440 or 13164026. OLE color: 13164026.

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

Color convert

RGB 250 221 200 -
CMYK 0 0.12 0.2 0.02
HSL 25.2º 0.83% 0.88% -
HSV(B) 25.2º 0.2% 0.98% -
XYZ 75.71 76.21 65.36 -
YUV 227.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 250 221 200 0 0.12 0.2 0.02 25.2 0.83 0.88
Hex FA DD C8 0 C 14 2 19 53 58
Octal 372 335 310 0 14 24 2 31 123 130
Binary 11111010 11011101 11001000 0 1100 10100 10 11001 1010011 1011000

Color Harmonies of #FADDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDC8

Black with #FADDC8

Text Example


Text Example

White with #FADDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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