Html Css Color HEX #FADFCB Karry

📋 copy color: '#FADFCB'

red 250 ◦ green 223 ◦ blue 203

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

Shades of Karry #FADFCB

Tints of Karry #FADFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.03%

R = 36.98%
G = 32.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FADFCB (or 0xFADFCB) is known color: Karry. HEX triplet: FA, DF and CB. RGB value is (250,223,203). Sum of RGB (Red+Green+Blue) = 250+223+203=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFCB is #052034. Grayscale: #E4E4E4. Windows color (decimal): -335925 or 13361146. OLE color: 13361146.

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

Color convert

RGB 250 223 203 -
CMYK 0 0.11 0.19 0.02
HSL 25.53º 0.82% 0.89% -
HSV(B) 25.53º 0.19% 0.98% -
XYZ 76.59 77.41 67.4 -
YUV 228.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 250 223 203 0 0.11 0.19 0.02 25.53 0.82 0.89
Hex FA DF CB 0 B 13 2 1A 52 59
Octal 372 337 313 0 13 23 2 32 122 131
Binary 11111010 11011111 11001011 0 1011 10011 10 11010 1010010 1011001

Color Harmonies of #FADFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFCB

Black with #FADFCB

Text Example


Text Example

White with #FADFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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