Html Css Color HEX #FADFCC Karry

📋 copy color: '#FADFCC'

red 250 ◦ green 223 ◦ blue 204

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

Shades of Karry #FADFCC

Tints of Karry #FADFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.94%

 BLUE value IS 204 (80.08% from 255) = 30.13%

R = 36.93%
G = 32.94%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FADFCC (or 0xFADFCC) is known color: Karry. HEX triplet: FA, DF and CC. RGB value is (250,223,204). Sum of RGB (Red+Green+Blue) = 250+223+204=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFCC is #052033. Grayscale: #E5E5E5. Windows color (decimal): -335924 or 13426682. OLE color: 13426682.

HSL color Cylindrical-coordinate representation of color #FADFCC: hue angle of 24.78º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FADFCC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 204 -
CMYK 0 0.11 0.18 0.02
HSL 24.78º 0.82% 0.89% -
HSV(B) 24.78º 0.18% 0.98% -
XYZ 76.71 77.46 68.03 -
YUV 228.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 250 223 204 0 0.11 0.18 0.02 24.78 0.82 0.89
Hex FA DF CC 0 B 12 2 19 52 59
Octal 372 337 314 0 13 22 2 31 122 131
Binary 11111010 11011111 11001100 0 1011 10010 10 11001 1010010 1011001

Color Harmonies of #FADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFCC

Black with #FADFCC

Text Example


Text Example

White with #FADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFCC; }

 p { color: rgb(250,223,204); }

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

background-color css

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

 a { background-color: rgb(250,223,204); }

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

border-color css

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

 span { border-color: rgb(250,223,204); }

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